[PHP-DOC] cvs: phpdoc /en/functions strings.xml From: Sebastian Bergmann (sb <email protected>)
Date: 09/28/00

sbergmann Wed Sep 27 21:37:57 2000 EDT

  Modified files:
    /phpdoc/en/functions strings.xml
  Log:
  fixed typos
  
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.59 phpdoc/en/functions/strings.xml:1.60
--- phpdoc/en/functions/strings.xml:1.59 Wed Sep 27 13:41:17 2000
+++ phpdoc/en/functions/strings.xml Wed Sep 27 21:37:57 2000
@@ -950,10 +950,10 @@
      </funcprototype>
     </funcsynopsis>
     <para>
- This function return the Levenshtein-Distance between the
+ This function returns the Levenshtein-Distance between the
      two argument strings or -1, if one of the argument strings
      is longer than the limit of 255 characters (255 should be
- more than enough for name or dictionary comarison, and
+ more than enough for name or dictionary comparison, and
      nobody serious would be doing genetic analysis with PHP).
     </para>
     <para>
@@ -1030,7 +1030,7 @@
                  may decide to use only some of the supplied arguments.
                 </para>
                 <para>
- The user-suplied function approach offers the possibility to
+ The user-supplied function approach offers the possibility to
                  take into account the relevance of and/or difference between
      certain symbols (characters) or even the context those symbols
      appear in to determine the cost of insert, replace and delete