about summary refs log tree commit diff
path: root/pkgs/games/openra/packages.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-12-18 18:01:41 +0000
committerGitHub <noreply@github.com>2022-12-18 18:01:41 +0000
commitdc7ebb016390d3e8debba854bf93d17a55d63c30 (patch)
tree9803897c0292ea5ab80e48e368aebebe0c714f2b /pkgs/games/openra/packages.nix
parent0f6cf57d0af4f2e37d636801895696fabcbbad3e (diff)
parent5400210d8401123de23b92c6931301bb956829b0 (diff)
Merge staging-next into staging
Diffstat (limited to 'pkgs/games/openra/packages.nix')
-rw-r--r--pkgs/games/openra/packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/openra/packages.nix b/pkgs/games/openra/packages.nix
index e98ebcaee44fb..5ee78fe2b8ff1 100644
--- a/pkgs/games/openra/packages.nix
+++ b/pkgs/games/openra/packages.nix
@@ -3,7 +3,7 @@ pkgs:
 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,