sander          Sun Mar 10 12:20:25 2002 EDT

  Modified files:              
    /phpdoc/en/functions        ctype.xml 
  Log:
  Fixed some typos (thanks to Gabriele S. for spotting them).
  
  
Index: phpdoc/en/functions/ctype.xml
diff -u phpdoc/en/functions/ctype.xml:1.20 phpdoc/en/functions/ctype.xml:1.21
--- phpdoc/en/functions/ctype.xml:1.20  Sat Mar  9 18:12:10 2002
+++ phpdoc/en/functions/ctype.xml       Sun Mar 10 12:20:25 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.20 $ -->
+<!-- $Revision: 1.21 $ -->
  <reference id="ref.ctype">
   <title>Character type functions</title>
   <titleabbrev>ctype</titleabbrev>
@@ -37,7 +37,7 @@
    <section id="ctype.installation">
     <title>Installation</title>
     <para>
-     Beginning with PHP 4.2.0 this function are enabled by default.
+     Beginning with PHP 4.2.0 these function are enabled by default.
      For older versions you have to configure and compile PHP 
      with <option role="configure">--enable-ctype</option>.
     </para>
@@ -193,7 +193,7 @@
     </methodsynopsis>
     <para>
      Returns &true; if every character in <parameter>text</parameter> is 
-     printable and actualy creates visible output (no white space), &false;
+     printable and actually creates visible output (no white space), &false;
      otherwise.
     </para>
     <para>
@@ -216,7 +216,7 @@
     </methodsynopsis>
     <para>
      Returns &true; if every character in <parameter>text</parameter> 
-     will actualy create output (including blanks). Returns &false; if 
+     will actually create output (including blanks). Returns &false; if 
      <parameter>text</parameter> contains control characters or characters 
      that do not have any output or control function at all.
     </para>
@@ -267,7 +267,7 @@
      Returns &true; if every character in <parameter>text</parameter> 
      creates some sort of white space, &false; otherwise. Besides the 
      blank character this also includes tab, vertical tab, line feed,
-     carriage return and formfeed characters.
+     carriage return and form feed characters.
     </para>
    </refsect1>
   </refentry>


Reply via email to