From 67332d4e4c57e682011609a1b7f2bf4d05380bd0 Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Sun, 4 Dec 2016 01:39:03 +0100 Subject: [PATCH] lib: fix typo --- lib/attrsets.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/attrsets.nix b/lib/attrsets.nix index 1f381c5e721..c1bd764c70d 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.