about summary refs log tree commit diff
path: root/pkgs/games/openra/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/openra/default.nix')
-rw-r--r--pkgs/games/openra/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/openra/default.nix b/pkgs/games/openra/default.nix
index d996630914740..76454f69e4b39 100644
--- a/pkgs/games/openra/default.nix
+++ b/pkgs/games/openra/default.nix
@@ -13,7 +13,7 @@ with pkgs.lib;
 let
   /*  Building an engine or out-of-tree mod is very similar,
       but different enough not to be able to build them with the same package definition,
-      so instaed we define what is common between them in a seperate file.
+      so instaed we define what is common between them in a separate file.
 
       Although `callPackage` could be used, it would require undoing `makeOverridable`,
       because `common.nix` does not define a package, but just an attribute set,