jimw            Fri Dec  7 16:51:54 2001 EDT

  Modified files:              
    /phpdoc/en/functions        pcre.xml 
  Log:
  fix typo
  
Index: phpdoc/en/functions/pcre.xml
diff -u phpdoc/en/functions/pcre.xml:1.65 phpdoc/en/functions/pcre.xml:1.66
--- phpdoc/en/functions/pcre.xml:1.65   Tue Dec  4 12:56:31 2001
+++ phpdoc/en/functions/pcre.xml        Fri Dec  7 16:51:54 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.65 $ -->
+<!-- $Revision: 1.66 $ -->
 <reference id="ref.pcre">
   <title>Regular Expression Functions (Perl-Compatible)</title>
   <titleabbrev>PCRE</titleabbrev>   
@@ -90,7 +90,7 @@
     <para>
      If <parameter>matches</parameter> is provided, then it is filled
      with the results of search.  $matches[0] will contain the text that
-     match the full pattern, $matches[1] will have the text that matched
+     matched the full pattern, $matches[1] will have the text that matched
      the first captured parenthesized subpattern, and so on.
     </para>
     <para>


Reply via email to