[PHP-DOC] cvs: phpdoc /en/functions array.xml From: Marco Cucinato (marco <email protected>)
Date: 09/02/01

cucinato Sun Sep 2 16:55:27 2001 EDT

  Modified files:
    /phpdoc/en/functions array.xml
  Log:
  Typo fixed
  
  
Index: phpdoc/en/functions/array.xml
diff -u phpdoc/en/functions/array.xml:1.90 phpdoc/en/functions/array.xml:1.91
--- phpdoc/en/functions/array.xml:1.90 Sun Sep 2 13:47:22 2001
+++ phpdoc/en/functions/array.xml Sun Sep 2 16:55:27 2001
@@ -1,5 +1,5 @@
 <?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.90 $ -->
+<!-- $Revision: 1.91 $ -->
  <reference id="ref.array">
   <title>Array Functions</title>
   <titleabbrev>Arrays</titleabbrev>
@@ -2173,7 +2173,7 @@
      </programlisting>
     </para>
     <para>
- The <varname>$size</varname> wasn't overwritten, becaus we
+ The <varname>$size</varname> wasn't overwritten, because we
      specified EXTR_PREFIX_SAME, which resulted in
      <varname>$wddx_size</varname> being created. If EXTR_SKIP was
      specified, then $wddx_size wouldn't even have been created.