Tor Arntsen fixed a spelling error
authorDaniel Stenberg <daniel@haxx.se>
Mon, 5 Jan 2004 14:20:08 +0000 (14:20 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 5 Jan 2004 14:20:08 +0000 (14:20 +0000)
buildconf
testcurl.sh

index 5c9e0fa..a1c7f42 100755 (executable)
--- a/buildconf
+++ b/buildconf
@@ -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
index 8fe9a6d..ca8118e 100755 (executable)
@@ -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