Fix typos

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47680 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Martin Kraemer 2001-05-17 12:40:57 +00:00
parent b54348e418
commit 2290661fe6

View file

@ -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>