From 3a06d06133fe6453bba703921796b54407e79df1 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Thu, 28 Sep 2000 04:37:57 +0000 Subject: [PATCH] fixed typos git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@33024 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/strings.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/strings.xml b/functions/strings.xml index 7fdabd0429..e52c9c496e 100644 --- a/functions/strings.xml +++ b/functions/strings.xml @@ -950,10 +950,10 @@ $colon_separated = implode (":", $array); - 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). @@ -1030,7 +1030,7 @@ $colon_separated = implode (":", $array); may decide to use only some of the supplied arguments. - 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