From 6c99f88eeced94c9940e45419c4608a766a02487 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benno=20F=C3=BCnfst=C3=BCck?= Date: Sun, 12 Mar 2017 22:47:28 +0100 Subject: [PATCH] fix typo in comment --- pkgs/development/haskell-modules/configuration-nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index 9773a65cefe..981a48055bc 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -33,7 +33,7 @@ with import ./lib.nix { inherit pkgs; }; # # foo = ... something involving super.foo ... # -# but that means that we add `foo` attribute even is there is no `super.foo`! So if +# but that means that we add `foo` attribute even if there is no `super.foo`! So if # you want to use this configuration for a package set that only contains a subset of # the packages that have overrides defined here, you'll end up with a set that contains # a bunch of attributes that trigger an evaluation error.