From 4dcecb4c499b7c9ae97da1e364e54614f98c1ecb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20Goupil?= Date: Tue, 12 Jul 2005 22:35:15 +0000 Subject: [PATCH] typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@190604 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/substr-count.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/strings/functions/substr-count.xml b/reference/strings/functions/substr-count.xml index 85fa15e656..510aaa3ce0 100644 --- a/reference/strings/functions/substr-count.xml +++ b/reference/strings/functions/substr-count.xml @@ -1,5 +1,5 @@ - + @@ -60,7 +60,7 @@ length - The maximum legth after the specified offset to search for the + The maximum length after the specified offset to search for the substring. It outputs a warning if the offset plus the length is greater than the haystack length.