cURL / Mailing Lists / curl-library / Single Mail

curl-library

Trivial patch

From: Tor Arntsen <tor_at_spacetec.no>
Date: Mon, 5 Jan 2004 11:40:04 +0100

Here's a trivial spelling fix patch for current CVS.

(BTW, what's with the cvs setup? 'cvs -q -n update' fails with
"Protocol error: bad global option -l", without -n it works but cvs
without -n isn't much fun.)

-Tor

--
Index: buildconf
===================================================================
RCS file: /repository/curl/buildconf,v
retrieving revision 1.19
diff -u -r1.19 buildconf
--- buildconf	20 Oct 2003 08:25:12 -0000	1.19
+++ buildconf	5 Jan 2004 10:35:27 -0000
@@ -63,7 +63,7 @@
   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: testcurl.sh
===================================================================
RCS file: /repository/curl/testcurl.sh,v
retrieving revision 1.21
diff -u -r1.21 testcurl.sh
--- testcurl.sh	15 Dec 2003 08:14:30 -0000	1.21
+++ testcurl.sh	5 Jan 2004 10:35:27 -0000
@@ -65,7 +65,7 @@
 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
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
Received on 2004-01-05