From 7e3e160e1b425ff62990223703f3ba349811f87e Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Thu, 22 Oct 2015 01:43:15 +0000 Subject: [PATCH] Fix typo in earlier strcspn patch git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338016 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/strcspn.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/strings/functions/strcspn.xml b/reference/strings/functions/strcspn.xml index 3176526403..9457bc9c58 100644 --- a/reference/strings/functions/strcspn.xml +++ b/reference/strings/functions/strcspn.xml @@ -69,7 +69,7 @@ If start is given and is negative, - then strspn will begin + then strcspn will begin examining subject at the start'th position from the end of subject.