nlopess         Tue Nov  1 09:47:14 2005 EDT

  Modified files:              
    /phpdoc/en/language variables.xml 
  Log:
  typo
  
http://cvs.php.net/diff.php/phpdoc/en/language/variables.xml?r1=1.89&r2=1.90&ty=u
Index: phpdoc/en/language/variables.xml
diff -u phpdoc/en/language/variables.xml:1.89 
phpdoc/en/language/variables.xml:1.90
--- phpdoc/en/language/variables.xml:1.89       Tue Nov  1 09:37:00 2005
+++ phpdoc/en/language/variables.xml    Tue Nov  1 09:47:10 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.89 $ -->
+<!-- $Revision: 1.90 $ -->
  <chapter id="language.variables">
   <title>Variables</title>
   
@@ -137,7 +137,7 @@
     linkend="security.globals">security risk</link> with <link
     linkend="ini.register-globals">register_globals</link> turned on. <link
     linkend="e-notice">E_NOTICE</link> level error is issued in case of
-    working with uninitialized variables, however not in the case of appanding
+    working with uninitialized variables, however not in the case of appending
     elements to the uninitialized array. <function>isset</function> language
     construct can be used to detect if a variable has been already initialized.
    </para>

Reply via email to