Author: jelmer
Date: 2006-03-30 10:29:41 +0000 (Thu, 30 Mar 2006)
New Revision: 14812

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14812

Log:
Fix typos

Modified:
   branches/SAMBA_4_0/source/build/m4/check_perl.m4


Changeset:
Modified: branches/SAMBA_4_0/source/build/m4/check_perl.m4
===================================================================
--- branches/SAMBA_4_0/source/build/m4/check_perl.m4    2006-03-30 10:16:39 UTC 
(rev 14811)
+++ branches/SAMBA_4_0/source/build/m4/check_perl.m4    2006-03-30 10:29:41 UTC 
(rev 14812)
@@ -8,7 +8,7 @@
 case "$host_os" in
        *irix*)
                # On IRIX, we prefer Freeware or Nekoware Perl, because the
-               # system perl so ancient.
+               # system perl is so ancient.
                AC_PATH_PROG(PERL, perl, "", 
"/usr/freeware/bin:/usr/nekoware/bin:$PATH")
                ;;
        *)
@@ -17,7 +17,7 @@
 esac
 
 if test x"$PERL" = x""; then
-       AC_MSG_WARN([No version of perl was not found!])
+       AC_MSG_WARN([No version of perl was found!])
        AC_MSG_ERROR([Please install perl from http://www.perl.com/])
 fi
 if test x"$debug" = x"yes";then

Reply via email to