fixed typo in name for strnatcmp reference in the strnatcasecmp description

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30696 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jesus M. Castagnetto 2000-08-21 08:50:49 +00:00
parent c2bda31ea3
commit 1aeaf85594

View file

@ -2107,7 +2107,7 @@ Array
This function implements a comparison algorithm that orders
alphanumeric strings in the way a human being would. The
behavior of this function is similar to
<function>strnatcomp</function>, except that the comparison is
<function>strnatcmp</function>, except that the comparison is
not case sensitive. For more infomation see: Martin Pool's
<ulink url="&url.strnatcmp;">Natural Order String
Comparison</ulink> page.