Fix typo in earlier strcspn patch

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338016 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Bob Weinand 2015-10-22 01:43:15 +00:00
parent 08b561c718
commit 7e3e160e1b

View file

@ -69,7 +69,7 @@
</para>
<para>
If <parameter>start</parameter> is given and is negative,
then <function>strspn</function> will begin
then <function>strcspn</function> will begin
examining <parameter>subject</parameter> at
the <parameter>start</parameter>'th position from the end
of <parameter>subject</parameter>.