summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests/bug43840.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mbstring/tests/bug43840.phpt')
-rw-r--r--ext/mbstring/tests/bug43840.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mbstring/tests/bug43840.phpt b/ext/mbstring/tests/bug43840.phpt
index b2dd048186..9cf7cacdb9 100644
--- a/ext/mbstring/tests/bug43840.phpt
+++ b/ext/mbstring/tests/bug43840.phpt
@@ -8,7 +8,7 @@ function_exists('mb_strpos') or die("skip mb_strpos() is not available in this b
--FILE--
<?php
/* Prototype : int mb_strpos(string $haystack, string $needle [, int $offset [, string $encoding]])
- * Description: Find position of first occurrence of a string within another
+ * Description: Find position of first occurrence of a string within another
* Source code: ext/mbstring/mbstring.c
*/