summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/bug36306.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/strings/bug36306.phpt')
-rw-r--r--ext/standard/tests/strings/bug36306.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/strings/bug36306.phpt b/ext/standard/tests/strings/bug36306.phpt
index 6317c974ab..3c52250718 100644
--- a/ext/standard/tests/strings/bug36306.phpt
+++ b/ext/standard/tests/strings/bug36306.phpt
@@ -6,7 +6,7 @@ Bug #36306 (crc32() 64bit)
/* as an example how to write crc32 tests
PHP does not have uint values, you cannot
display crc32 like a signed integer.
- Have to find some small strings to truly reproduce
+ Have to find some small strings to truly reproduce
the problem, this example being not a problem
*/
echo dechex(crc32("platform independent")) . "\n";