diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-01-05 14:20:08 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-01-05 14:20:08 +0000 |
commit | 8b3946efda8206b3e16d0b7bafd000c4c1ce6906 (patch) | |
tree | 8ad84cc9eaf87296c6957ea0ce9a28199df4f209 | |
parent | 763d6a8524a2adbe90a4a12f452463cf8d8f4cbc (diff) |
Tor Arntsen fixed a spelling error
-rwxr-xr-x | buildconf | 2 | ||||
-rwxr-xr-x | testcurl.sh | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -63,7 +63,7 @@ if test "$1" = "1" -a "$2" -lt "7" || test "$1" -lt "1"; then echo "buildconf: automake version $am_version found." echo " You need automake version $need_automake or newer installed." echo " If you have a sufficient automake installed, but it" - echo " is not named 'autommake', then try setting the" + echo " is not named 'automake', then try setting the" echo " AUTOMAKE environment variable." exit 1 fi diff --git a/testcurl.sh b/testcurl.sh index 8fe9a6df2..ca8118ea3 100755 --- a/testcurl.sh +++ b/testcurl.sh @@ -65,7 +65,7 @@ if [ -z "$email" ]; then fi if [ -z "$desc" ]; then - echo "please enter a one line system desrciption" + echo "please enter a one line system description" read desc fixed="3" fi |