expat/conftools PrintPath,1.1,1.2

"Karl Waclawek" <[email protected]> Fri, 07 Apr 2006 13:29:30 -0700
Newsgroups gmane.text.xml.expat.cvs
Message-ID <[email protected]>
Update of /cvsroot/expat/expat/conftools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8885

Modified Files:
	PrintPath 
Log Message:
Some typos corrected.

Index: PrintPath
===================================================================
RCS file: /cvsroot/expat/expat/conftools/PrintPath,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- PrintPath	10 Mar 2001 15:41:50 -0000	1.1
+++ PrintPath	7 Apr 2006 20:29:26 -0000	1.2
@@ -45,11 +45,11 @@
 #
 # First of all, all OS/2 programs have the '.exe' extension.
 # Next, we adjust PATH (or what was given to us as PATH) to
-# be whitespace seperated directories.
+# be whitespace separated directories.
 # Finally, we try to determine the best flag to use for
 # test/[] to look for an executable file. OS/2 just has '-r'
 # but with other OSs, we do some funny stuff to check to see
-# if test/[] knows about -x, which is the prefered flag.
+# if test/[] knows about -x, which is the preferred flag.
 ##
 
 if [ "x$os" = "xOS/2" ]