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 (&amp;$var) {


Reply via email to