summary refs log tree commit diff
path: root/lib/strings.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/strings.nix
parente662e035f9ed4d125c7534bc65e01fc73a0b0f62 (diff)
downloadnixpkgs-5989515b9410f3d557e1aba037325a218f4338f5.tar
nixpkgs-5989515b9410f3d557e1aba037325a218f4338f5.tar.gz
nixpkgs-5989515b9410f3d557e1aba037325a218f4338f5.tar.bz2
nixpkgs-5989515b9410f3d557e1aba037325a218f4338f5.tar.lz
nixpkgs-5989515b9410f3d557e1aba037325a218f4338f5.tar.xz
nixpkgs-5989515b9410f3d557e1aba037325a218f4338f5.tar.zst
nixpkgs-5989515b9410f3d557e1aba037325a218f4338f5.zip
lib: trivial spelling fixes
Diffstat (limited to 'lib/strings.nix')
-rw-r--r--lib/strings.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/strings.nix b/lib/strings.nix
index ffa93c8e454..d48624257cf 100644
--- a/lib/strings.nix
+++ b/lib/strings.nix
@@ -126,8 +126,8 @@ rec {
   */
   makePerlPath = makeSearchPathOutput "lib" "lib/perl5/site_perl";
 
-  /* Dependening on the boolean `cond', return either the given string
-     or the empty string. Useful to contatenate against a bigger string.
+  /* Depending on the boolean `cond', return either the given string
+     or the empty string. Useful to concatenate against a bigger string.
 
      Example:
        optionalString true "some-string"