summaryrefslogtreecommitdiff
path: root/ext/ctype/tests/ctype_xdigit_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ctype/tests/ctype_xdigit_error.phpt')
-rw-r--r--ext/ctype/tests/ctype_xdigit_error.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ctype/tests/ctype_xdigit_error.phpt b/ext/ctype/tests/ctype_xdigit_error.phpt
index 60ea69ce1e..c3adc06af9 100644
--- a/ext/ctype/tests/ctype_xdigit_error.phpt
+++ b/ext/ctype/tests/ctype_xdigit_error.phpt
@@ -5,7 +5,7 @@ Test ctype_xdigit() function : error conditions - Incorrect number of args
--FILE--
<?php
/* Prototype : bool ctype_xdigit(mixed $c)
- * Description: Checks for character(s) representing a hexadecimal digit
+ * Description: Checks for character(s) representing a hexadecimal digit
* Source code: ext/ctype/ctype.c
*/