Date: 07/11/01
- Next message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /fr/features safe-mode.xml"
- Previous message: heiko <email protected>: "[PHP-DOC] Bug #12037: Wrong description in german translation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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) {
- Next message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /fr/features safe-mode.xml"
- Previous message: heiko <email protected>: "[PHP-DOC] Bug #12037: Wrong description in german translation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

