summary refs log tree commit diff
path: root/lib/attrsets.nix
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2016-12-04 01:39:03 +0100
committerFranz Pletz <fpletz@fnordicwalking.de>2016-12-04 01:39:51 +0100
commit67332d4e4c57e682011609a1b7f2bf4d05380bd0 (patch)
treea030b777be6eb35f07316c45c9e07d7360f601bc /lib/attrsets.nix
parente3dcf5da1d28b37308dea2e23613f8f8a4ee8c81 (diff)
downloadnixlib-67332d4e4c57e682011609a1b7f2bf4d05380bd0.tar
nixlib-67332d4e4c57e682011609a1b7f2bf4d05380bd0.tar.gz
nixlib-67332d4e4c57e682011609a1b7f2bf4d05380bd0.tar.bz2
nixlib-67332d4e4c57e682011609a1b7f2bf4d05380bd0.tar.lz
nixlib-67332d4e4c57e682011609a1b7f2bf4d05380bd0.tar.xz
nixlib-67332d4e4c57e682011609a1b7f2bf4d05380bd0.tar.zst
nixlib-67332d4e4c57e682011609a1b7f2bf4d05380bd0.zip
lib: fix typo
Diffstat (limited to 'lib/attrsets.nix')
-rw-r--r--lib/attrsets.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/attrsets.nix b/lib/attrsets.nix
index 1f381c5e7213..c1bd764c70dc 100644
--- a/lib/attrsets.nix
+++ b/lib/attrsets.nix
@@ -391,7 +391,7 @@ rec {
       );
     in f [] [rhs lhs];
 
-  /* A recursive variant of the update operator ‘//’.  The recusion
+  /* A recursive variant of the update operator ‘//’.  The recursion
      stops when one of the attribute values is not an attribute set,
      in which case the right hand side value takes precedence over the
      left hand side value.