summary refs log tree commit diff
path: root/lib/customisation.nix
diff options
context:
space:
mode:
authorTom Saeger <tom.saeger@gmail.com>2017-04-19 14:41:28 -0500
committerTom Saeger <tom.saeger@gmail.com>2017-04-19 19:37:55 -0500
commit5989515b9410f3d557e1aba037325a218f4338f5 (patch)
treec3edb273a11bf7625c56b1915b0ba0283ab5b133 /lib/customisation.nix
parente662e035f9ed4d125c7534bc65e01fc73a0b0f62 (diff)
downloadnixlib-5989515b9410f3d557e1aba037325a218f4338f5.tar
nixlib-5989515b9410f3d557e1aba037325a218f4338f5.tar.gz
nixlib-5989515b9410f3d557e1aba037325a218f4338f5.tar.bz2
nixlib-5989515b9410f3d557e1aba037325a218f4338f5.tar.lz
nixlib-5989515b9410f3d557e1aba037325a218f4338f5.tar.xz
nixlib-5989515b9410f3d557e1aba037325a218f4338f5.tar.zst
nixlib-5989515b9410f3d557e1aba037325a218f4338f5.zip
lib: trivial spelling fixes
Diffstat (limited to 'lib/customisation.nix')
-rw-r--r--lib/customisation.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/customisation.nix b/lib/customisation.nix
index a6c24f083a5b..4853290db542 100644
--- a/lib/customisation.nix
+++ b/lib/customisation.nix
@@ -10,7 +10,7 @@ rec {
 
   /* `overrideDerivation drv f' takes a derivation (i.e., the result
      of a call to the builtin function `derivation') and returns a new
-     derivation in which the attributes of the original are overriden
+     derivation in which the attributes of the original are overridden
      according to the function `f'.  The function `f' is called with
      the original derivation attributes.