summary refs log tree commit diff
path: root/pkgs/lib
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2010-10-14 13:55:08 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2010-10-14 13:55:08 +0000
commit798a6bb103d37c025d9477550b16528acd9cf3a1 (patch)
tree061c6080067f90d9af71deed57f87e8973177907 /pkgs/lib
parent66e7ed0a89902b0d0614c1e687cc4bf0fd366f75 (diff)
* Typo.
svn path=/nixpkgs/trunk/; revision=24288
Diffstat (limited to 'pkgs/lib')
-rw-r--r--pkgs/lib/modules.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/lib/modules.nix b/pkgs/lib/modules.nix
index 4af87ec684489..08c26e72f72ea 100644
--- a/pkgs/lib/modules.nix
+++ b/pkgs/lib/modules.nix
@@ -341,7 +341,7 @@ rec {
     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