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.