diff options
author | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-04-29 13:05:58 +0000 |
---|---|---|
committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-04-29 13:05:58 +0000 |
commit | 180806f9e6fae07905b5239ef7d3e15f503072f8 (patch) | |
tree | 4c2d7472e4b041e26af644800d6dfe53afcf1287 | |
parent | cc9b7895a0ef65acfe6c9f624f479acfa46fff2d (diff) | |
download | php-git-180806f9e6fae07905b5239ef7d3e15f503072f8.tar.gz |
Fixed typo
-rw-r--r-- | ext/standard/tests/strings/htmlentities16.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/strings/htmlentities16.phpt b/ext/standard/tests/strings/htmlentities16.phpt index 071a0e2fa8..47409e5eea 100644 --- a/ext/standard/tests/strings/htmlentities16.phpt +++ b/ext/standard/tests/strings/htmlentities16.phpt @@ -7,7 +7,7 @@ output_handler= extension_loaded("mbstring") or die("skip mbstring not available\n"); if (!mb_internal_encoding('cp1251') || @htmlentities("\x88\xa9\xd2\xcf\xd3\xcb\xcf\xdb\xce\xd9\xca", ENT_QUOTES, '') == '') { - die("skip cp1251 chracter set is not available in this build.\n"); + die("skip cp1251 character set is not available in this build.\n"); } ?> --FILE-- |