X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e7b6bef7c5e8fe436b506a316275f9bb08969415..11a3e7b6dac31959b1251f71602ba55682577954:/src/expat/conftools/PrintPath diff --git a/src/expat/conftools/PrintPath b/src/expat/conftools/PrintPath index 869f2aa762..e8559a3d64 100755 --- a/src/expat/conftools/PrintPath +++ b/src/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" ]