From 855d53bf77dd47952257fec8089f0341828eb6d2 Mon Sep 17 00:00:00 2001
From: Karl Waclawek <kwaclaw@users.sourceforge.net>
Date: Fri, 7 Apr 2006 20:29:26 +0000
Subject: [PATCH] Some typos corrected.

---
 expat/conftools/PrintPath | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/expat/conftools/PrintPath b/expat/conftools/PrintPath
index 869f2aa7..e8559a3d 100755
--- a/expat/conftools/PrintPath
+++ b/expat/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" ]
-- 
2.40.0