From 798a6bb103d37c025d9477550b16528acd9cf3a1 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 14 Oct 2010 13:55:08 +0000 Subject: [PATCH] * Typo. svn path=/nixpkgs/trunk/; revision=24288 --- pkgs/lib/modules.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/lib/modules.nix b/pkgs/lib/modules.nix index 4af87ec6844..08c26e72f72 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