Fixed some typos (thanks to Gabriele S. for spotting them).

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@72653 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sander Roobol 2002-03-10 17:20:25 +00:00
parent aafaa1fcd9
commit 9eca9363cf

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.20 $ -->
<!-- $Revision: 1.21 $ -->
<reference id="ref.ctype">
<title>Character type functions</title>
<titleabbrev>ctype</titleabbrev>
@ -37,7 +37,7 @@
<section id="ctype.installation">
<title>Installation</title>
<para>
Beginning with PHP 4.2.0 this function are enabled by default.
Beginning with PHP 4.2.0 these function are enabled by default.
For older versions you have to configure and compile PHP
with <option role="configure">--enable-ctype</option>.
</para>
@ -193,7 +193,7 @@
</methodsynopsis>
<para>
Returns &true; if every character in <parameter>text</parameter> is
printable and actualy creates visible output (no white space), &false;
printable and actually creates visible output (no white space), &false;
otherwise.
</para>
<para>
@ -216,7 +216,7 @@
</methodsynopsis>
<para>
Returns &true; if every character in <parameter>text</parameter>
will actualy create output (including blanks). Returns &false; if
will actually create output (including blanks). Returns &false; if
<parameter>text</parameter> contains control characters or characters
that do not have any output or control function at all.
</para>
@ -267,7 +267,7 @@
Returns &true; if every character in <parameter>text</parameter>
creates some sort of white space, &false; otherwise. Besides the
blank character this also includes tab, vertical tab, line feed,
carriage return and formfeed characters.
carriage return and form feed characters.
</para>
</refsect1>
</refentry>