bjori           Wed Jan  3 08:27:59 2007 UTC

  Modified files:              
    /phpdoc/en/reference/ctype/functions        ctype-alnum.xml 
                                                ctype-alpha.xml 
                                                ctype-cntrl.xml 
                                                ctype-digit.xml 
  Log:
  Few typos in the examples
  #found by the phpt generator
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ctype/functions/ctype-alnum.xml?r1=1.9&r2=1.10&diff_format=u
Index: phpdoc/en/reference/ctype/functions/ctype-alnum.xml
diff -u phpdoc/en/reference/ctype/functions/ctype-alnum.xml:1.9 
phpdoc/en/reference/ctype/functions/ctype-alnum.xml:1.10
--- phpdoc/en/reference/ctype/functions/ctype-alnum.xml:1.9     Tue Oct  3 
11:02:51 2006
+++ phpdoc/en/reference/ctype/functions/ctype-alnum.xml Wed Jan  3 08:27:59 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 <!-- splitted from ./en/functions/ctype.xml, last change in rev 1.1 -->
 <refentry id="function.ctype-alnum">
  <refnamediv>
@@ -69,7 +69,7 @@
     <screen>
 <![CDATA[
 The string AbCd1zyZ9 consists of all letters or digits.
-The string foo!#$bar does not consists of all letters or digits.
+The string foo!#$bar does not consist of all letters or digits.
 ]]>
     </screen>
    </example>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ctype/functions/ctype-alpha.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/ctype/functions/ctype-alpha.xml
diff -u phpdoc/en/reference/ctype/functions/ctype-alpha.xml:1.7 
phpdoc/en/reference/ctype/functions/ctype-alpha.xml:1.8
--- phpdoc/en/reference/ctype/functions/ctype-alpha.xml:1.7     Mon Mar  7 
20:55:39 2005
+++ phpdoc/en/reference/ctype/functions/ctype-alpha.xml Wed Jan  3 08:27:59 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- splitted from ./en/functions/ctype.xml, last change in rev 1.1 -->
 <refentry id="function.ctype-alpha">
  <refnamediv>
@@ -71,7 +71,7 @@
     <screen>
 <![CDATA[
 The string KjgWZC consists of all letters.
-The string arf12 does not consists of all letters.
+The string arf12 does not consist of all letters.
 ]]>
     </screen>
    </example>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ctype/functions/ctype-cntrl.xml?r1=1.8&r2=1.9&diff_format=u
Index: phpdoc/en/reference/ctype/functions/ctype-cntrl.xml
diff -u phpdoc/en/reference/ctype/functions/ctype-cntrl.xml:1.8 
phpdoc/en/reference/ctype/functions/ctype-cntrl.xml:1.9
--- phpdoc/en/reference/ctype/functions/ctype-cntrl.xml:1.8     Sat Nov  4 
09:17:45 2006
+++ phpdoc/en/reference/ctype/functions/ctype-cntrl.xml Wed Jan  3 08:27:59 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
 <!-- splitted from ./en/functions/ctype.xml, last change in rev 1.1 -->
 <refentry id="function.ctype-cntrl">
  <refnamediv>
@@ -67,7 +67,7 @@
     <screen>
 <![CDATA[
 The string 'string1' consists of all control characters.
-The string 'string2' does not consists of all control characters.
+The string 'string2' does not consist of all control characters.
 ]]>
     </screen>
    </example>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ctype/functions/ctype-digit.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/ctype/functions/ctype-digit.xml
diff -u phpdoc/en/reference/ctype/functions/ctype-digit.xml:1.6 
phpdoc/en/reference/ctype/functions/ctype-digit.xml:1.7
--- phpdoc/en/reference/ctype/functions/ctype-digit.xml:1.6     Mon Mar  7 
20:55:39 2005
+++ phpdoc/en/reference/ctype/functions/ctype-digit.xml Wed Jan  3 08:27:59 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/ctype.xml, last change in rev 1.1 -->
 <refentry id="function.ctype-digit">
  <refnamediv>
@@ -65,9 +65,9 @@
     &example.outputs;
     <screen>
 <![CDATA[
-The string 1820.20 does not consists of all digits.
+The string 1820.20 does not consist of all digits.
 The string 10002 consists of all digits.
-The string wsl!12 does not consists of all digits.
+The string wsl!12 does not consist of all digits.
 ]]>
     </screen>
    </example>

Reply via email to