diff --git a/functions/ctype.xml b/functions/ctype.xml index c54b028006..42dcb7285a 100644 --- a/functions/ctype.xml +++ b/functions/ctype.xml @@ -5,11 +5,11 @@ These functions check whether a character or string - falls into a certain character class according to the i + falls into a certain character class according to the current locale. - When called with an integer argument theese functions + When called with an integer argument these functions behave exactly like their C counterparts. @@ -27,7 +27,7 @@ These functions are new as of PHP 4.0.4 and might change their name in the near future. Suggestions are to change them to ctype_issomething instead of - ctype_somthing or even to make them part of + ctype_something or even to make them part of ext/standard and use their original C-names, although this would possibly lead to further confusion regarding the isset