Fix typo in pkgs/misc/misc.nix

svn path=/nixpkgs/trunk/; revision=27152
This commit is contained in:
Shea Levy 2011-05-04 18:55:22 +00:00
parent cc87dee3d8
commit 5acb2cbb1e

View file

@ -128,7 +128,7 @@ in
for var in CFLAGS CXXFLAGS NIX_CFLAGS_COMPILE; do
declare -x "$var=''${!var} -ggdb -O0"
done
echo "file should tell that executable has not been strippee"
echo "file should tell that executable has not been stripped"
'';
});