From 68c238c19dc84476f2cc27b8af1c1cd3a239090a Mon Sep 17 00:00:00 2001 From: "Daniel P. Brown" Date: Sun, 28 Dec 2008 00:52:31 +0000 Subject: [PATCH] Typofixes. Hooray. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@272069 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/stristr.xml | 4 ++-- reference/strings/functions/strstr.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/strings/functions/stristr.xml b/reference/strings/functions/stristr.xml index fe483d81b5..0a3f2a89ea 100644 --- a/reference/strings/functions/stristr.xml +++ b/reference/strings/functions/stristr.xml @@ -1,5 +1,5 @@ - + stristr @@ -47,7 +47,7 @@ If &true; (the default is &false;), stristr returns the part of the haystack before the - first occurence of the needle. + first occurrence of the needle. diff --git a/reference/strings/functions/strstr.xml b/reference/strings/functions/strstr.xml index f2070735d7..d3a6979154 100644 --- a/reference/strings/functions/strstr.xml +++ b/reference/strings/functions/strstr.xml @@ -1,5 +1,5 @@ - + strstr @@ -61,7 +61,7 @@ If &true; (the default is &false;), strstr returns the part of the haystack before the first - occurence of the needle. + occurrence of the needle.