]> granicus.if.org Git - curl/commitdiff
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 5c9e0faa0d3c78f9231fde2a659cb76db3892239..a1c7f42e3a43a40f3d3b55e95277a7f9de450dce 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 8fe9a6df2b9a26557fd9dcfe294048c8b97d5bc7..ca8118ea383c6fc624fa9d0cf7227ddbe7849a28 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