martin Thu May 17 05:40:58 2001 EDT
Modified files:
/phpdoc/en/functions ctype.xml
Log:
Fix typos
Index: phpdoc/en/functions/ctype.xml
diff -u phpdoc/en/functions/ctype.xml:1.4 phpdoc/en/functions/ctype.xml:1.5
--- phpdoc/en/functions/ctype.xml:1.4 Tue Feb 6 12:50:07 2001
+++ phpdoc/en/functions/ctype.xml Thu May 17 05:40:57 2001
@@ -5,11 +5,11 @@
<partintro>
<para>
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.
</para>
<para>
- When called with an integer argument theese functions
+ When called with an integer argument these functions
behave exactly like their C counterparts.
</para>
<para>
@@ -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
<function>ctype_issomething</function> instead of
- <function>ctype_somthing</function> or even to make them part of
+ <function>ctype_something</function> or even to make them part of
<filename>ext/standard</filename> and use their original C-names,
although this would possibly lead to further confusion regarding
the <function>isset</function>