From 37c19df121ee90a2903b00169fb56d70acfefd58 Mon Sep 17 00:00:00 2001 From: jefrwld Date: Tue, 12 Aug 2025 19:42:37 +0200 Subject: [PATCH] lib.attrsets: fix typo in attrVals documentation: 'attribitue' -> 'attribute' --- lib/attrsets.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/attrsets.nix b/lib/attrsets.nix index 124c22a885e1..c68806912321 100644 --- a/lib/attrsets.nix +++ b/lib/attrsets.nix @@ -509,7 +509,7 @@ rec { `nameList` - : The list of attributes to fetch from `set`. Each attribute name must exist on the attrbitue set + : The list of attributes to fetch from `set`. Each attribute name must exist on the attribute set `set`