summary refs log tree commit diff
path: root/pkgs/misc/misc.nix
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2011-05-04 18:55:22 +0000
committerShea Levy <shea@shealevy.com>2011-05-04 18:55:22 +0000
commit5acb2cbb1e12dc6e7dc1546e9cbd3ffdad3d8ef6 (patch)
tree3bc4a801b78bddb5de1749de52db5eee5da9e64d /pkgs/misc/misc.nix
parentcc87dee3d810bde31e7d1254bed377475b5bc069 (diff)
downloadnixpkgs-5acb2cbb1e12dc6e7dc1546e9cbd3ffdad3d8ef6.tar
nixpkgs-5acb2cbb1e12dc6e7dc1546e9cbd3ffdad3d8ef6.tar.gz
nixpkgs-5acb2cbb1e12dc6e7dc1546e9cbd3ffdad3d8ef6.tar.bz2
nixpkgs-5acb2cbb1e12dc6e7dc1546e9cbd3ffdad3d8ef6.tar.lz
nixpkgs-5acb2cbb1e12dc6e7dc1546e9cbd3ffdad3d8ef6.tar.xz
nixpkgs-5acb2cbb1e12dc6e7dc1546e9cbd3ffdad3d8ef6.tar.zst
nixpkgs-5acb2cbb1e12dc6e7dc1546e9cbd3ffdad3d8ef6.zip
Fix typo in pkgs/misc/misc.nix
svn path=/nixpkgs/trunk/; revision=27152
Diffstat (limited to 'pkgs/misc/misc.nix')
-rw-r--r--pkgs/misc/misc.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/misc/misc.nix b/pkgs/misc/misc.nix
index 3e4e94fbc78..a0b13751f71 100644
--- a/pkgs/misc/misc.nix
+++ b/pkgs/misc/misc.nix
@@ -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"
     '';
 
   });