torben Sat Jul 14 03:49:16 2001 EDT
Modified files:
/phpdoc/en/language types.xml
Log:
More typos.
Index: phpdoc/en/language/types.xml
diff -u phpdoc/en/language/types.xml:1.36 phpdoc/en/language/types.xml:1.37
--- phpdoc/en/language/types.xml:1.36 Sat Jul 14 03:45:40 2001
+++ phpdoc/en/language/types.xml Sat Jul 14 03:49:16 2001
@@ -181,7 +181,7 @@
the <literal>(bool)</literal> or the <literal>(boolean)</literal> cast.
However, in most cases you do not need to use the cast, since a value
will be automatically converted if an operator, function or
- control-structure requires a <type>boolean</type> argument.
+ control structure requires a <type>boolean</type> argument.
</simpara>
<simpara>
See also <link linkend="language.types.type-juggling">type-juggling</link>.
@@ -355,7 +355,7 @@
the <literal>(int)</literal> or the <literal>(integer)</literal> cast.
However, in most cases you do not need to use the cast, since a value
will be autmatically converted if an operator, function or
- control-structure requires a <type>integer</type>-argument.
+ control structure requires a <type>integer</type>-argument.
</simpara>
<simpara>
See also <link linkend="language.types.type-juggling">type-juggling</link>.
@@ -1120,7 +1120,7 @@
</para>
<para>
The <link linkend="control-structures.foreach">foreach</link>
- control-structure exists specificly for arrays. It
+ control structure exists specificly for arrays. It
provides an easy way to traverse an array.
</para>
</sect2>