# HG changeset patch # User "Robert P. J. DAY" # Date 1238711290 0 # Node ID 07b12579841d64e4754e3eb5e93e608d4f7dc88d # Parent 2a70bb65824e2d276d79800bc544a348639cb705 Fix some simple typoes. diff -r 2a70bb65824e -r 07b12579841d configure --- a/configure Thu Apr 02 21:58:34 2009 +0000 +++ b/configure Thu Apr 02 22:28:10 2009 +0000 @@ -143,7 +143,7 @@ echo done echo "Either you are missing entirely the needed tool," - echo "or the version you have is tool old." + echo "or the version you have is too old." if [ -n "${var_name}" ]; then echo "You can give the path to this tool using: --with-${var_name}=PATH" fi @@ -294,7 +294,7 @@ fi if [ -z "${grep}" ]; then echo "Either you are missing entirely the needed tool," - echo "or the version you have is tool old." + echo "or the version you have is too old." echo "You can give the path to this tool using: --with-grep=PATH" do_error "Bailing out..." fi @@ -308,7 +308,7 @@ echo "not found" else echo "${sed}" - printf "Checking wether '${sed}' supports -i and -e... " + printf "Checking whether '${sed}' supports -i and -e... " touch .ct-ng.sed.test if "${sed}" -r -i -e 's/foo/bar/' .ct-ng.sed.test >/dev/null 2>&1; then echo "yes" @@ -321,7 +321,7 @@ fi if [ -z "${sed}" ]; then echo "Either you are missing entirely the needed tool," - echo "or the version you have is tool old." + echo "or the version you have is too old." echo "You can give the path to this tool using: --with-sed=PATH" do_error "Bailing out..." fi