rioter Sat Aug 14 02:44:15 2004 EDT
Modified files:
/phpdoc/en/language control-structures.xml
Log:
spelling: costruct to construct
http://cvs.php.net/diff.php/phpdoc/en/language/control-structures.xml?r1=1.105&r2=1.106&ty=u
Index: phpdoc/en/language/control-structures.xml
diff -u phpdoc/en/language/control-structures.xml:1.105
phpdoc/en/language/control-structures.xml:1.106
--- phpdoc/en/language/control-structures.xml:1.105 Sat Aug 14 02:31:04 2004
+++ phpdoc/en/language/control-structures.xml Sat Aug 14 02:44:15 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.105 $ -->
+<!-- $Revision: 1.106 $ -->
<chapter id="language.control-structures">
<title>Control Structures</title>
@@ -1457,7 +1457,7 @@
the file was included.
</simpara>
<para>
- Because <function>include</function> is a special language costruct,
+ Because <function>include</function> is a special language construct,
parentheses are not needed around its argument. Take care when comparing
return value.
<example>