ronabop         Sat Feb 24 19:05:49 2001 EDT

  Modified files:              
    /phpdoc/en/functions        strings.xml 
  Log:
  Typos.
  
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.76 phpdoc/en/functions/strings.xml:1.77
--- phpdoc/en/functions/strings.xml:1.76        Sat Feb 24 18:38:53 2001
+++ phpdoc/en/functions/strings.xml     Sat Feb 24 19:05:49 2001
@@ -247,9 +247,9 @@
      </funcprototype>
     </funcsynopsis>
     <para>
-     This function returns the given string from one Cyrillic
-     character set to another.  The <parameter>from</parameter> and
-     <parameter>to</parameter> arguments are single characters that
+     This function returns the given string converted from one
+     Cyrillic character set to another.  The <parameter>from</parameter>
+     and <parameter>to</parameter> arguments are single characters that
      represent the source and target Cyrillic character sets.  The
      supported types are:
      <itemizedlist>
@@ -2137,7 +2137,7 @@
     </funcsynopsis>
     <para>
      This function tries to return a string with all HTML and PHP
-     tags stripped from a given <parameter>str</parameter>,
+     tags stripped from a given <parameter>str</parameter>.
      It errors on the side of caution in case of incomplete
      or bogus tags.  It uses the same tag stripping state machine as
      the <function>fgetss</function> function.
@@ -3312,7 +3312,7 @@
      </funcprototype>
     </funcsynopsis>
     <para>
-     Retuns a string with the first character of
+     Returns a string with the first character of
      <parameter>str</parameter> capitalized, if that character is
      alphabetic.
     </para>


Reply via email to