Author: eelco
Date: Thu Oct 14 13:55:08 2010
New Revision: 24288
URL: https://svn.nixos.org/websvn/nix/?rev=24288&sc=1

Log:
* Typo.

Modified:
   nixpkgs/trunk/pkgs/lib/modules.nix

Modified: nixpkgs/trunk/pkgs/lib/modules.nix
==============================================================================
--- nixpkgs/trunk/pkgs/lib/modules.nix  Thu Oct 14 12:47:51 2010        (r24287)
+++ nixpkgs/trunk/pkgs/lib/modules.nix  Thu Oct 14 13:55:08 2010        (r24288)
@@ -341,7 +341,7 @@
     else if isAttrs options && lib.attrNames m.options != [] then
       all (name:
         lib.addErrorContext "${eol
-          }while checking the attribute '${addName name}'.${eol
+          }while checking the attribute `${addName name}':${eol
         }" (checkModule (addName name) (selectModule name m))
       ) (lib.attrNames m.config)
     else
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to