From 5acb2cbb1e12dc6e7dc1546e9cbd3ffdad3d8ef6 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Wed, 4 May 2011 18:55:22 +0000 Subject: [PATCH] Fix typo in pkgs/misc/misc.nix svn path=/nixpkgs/trunk/; revision=27152 --- pkgs/misc/misc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ''; });