mj Wed Jul 11 04:41:49 2001 EDT
Modified files:
/phpdoc/en/language references.xml
Log:
Typo
Index: phpdoc/en/language/references.xml
diff -u phpdoc/en/language/references.xml:1.10 phpdoc/en/language/references.xml:1.11
--- phpdoc/en/language/references.xml:1.10 Tue Jul 10 15:37:15 2001
+++ phpdoc/en/language/references.xml Wed Jul 11 04:41:49 2001
@@ -114,7 +114,7 @@
<title>Passing by Reference</title>
<para>
You can pass variable to function by reference, so that function could modify
- its arguments. The sytax is as follows:
+ its arguments. The syntax is as follows:
<informalexample>
<programlisting role="php">
function foo (&$var) {
- [PHP-DOC] cvs: phpdoc /en/language refe... Martin Jansen
- [PHP-DOC] cvs: phpdoc /en/language... Hojtsy Gabor
- [PHP-DOC] cvs: phpdoc /en/language... Hojtsy Gabor
- [PHP-DOC] cvs: phpdoc /en/language... Philip Olson
- [PHP-DOC] cvs: phpdoc /en/language... Jan Lehnardt
- [PHP-DOC] cvs: phpdoc /en/language... jim winstead
- [PHP-DOC] cvs: phpdoc /en/language... Andr� Luis Ferreira da Silva Bacci
- [PHP-DOC] cvs: phpdoc /en/language... Jakub Vrana
- [PHP-DOC] cvs: phpdoc /en/language... Jakub Vrana
- [PHP-DOC] cvs: phpdoc /en/language... Jakub Vrana
- [PHP-DOC] cvs: phpdoc /en/language... Jakub Vrana
