summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkwaclaw <kwaclaw>2006-04-07 20:29:26 +0000
committerkwaclaw <kwaclaw>2006-04-07 20:29:26 +0000
commit01d1c030dce37958b76efe25796aab45780057c5 (patch)
treeec05a7b58cdb90d0e02dfc4882d166e52016ba74
parentcb12f84b0104392b05cb7b0ebced105cd4e31883 (diff)
downloadlibexpat-01d1c030dce37958b76efe25796aab45780057c5.tar.gz
Some typos corrected.
-rwxr-xr-xconftools/PrintPath4
1 files changed, 2 insertions, 2 deletions
diff --git a/conftools/PrintPath b/conftools/PrintPath
index 869f2aa..e8559a3 100755
--- a/conftools/PrintPath
+++ b/conftools/PrintPath
@@ -45,11 +45,11 @@ done
#
# 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" ]