[PHP-DOC] cvs: phpdoc /en/functions var.xml From: James Moore (James <email protected>)
Date: 08/15/00

jmoore Tue Aug 15 05:30:43 2000 EDT

  Modified files:
    /phpdoc/en/functions var.xml
  Log:
  Corrected typo
  
Index: phpdoc/en/functions/var.xml
diff -u phpdoc/en/functions/var.xml:1.25 phpdoc/en/functions/var.xml:1.26
--- phpdoc/en/functions/var.xml:1.25 Thu Aug 10 21:32:38 2000
+++ phpdoc/en/functions/var.xml Tue Aug 15 05:30:42 2000
@@ -665,7 +665,7 @@
      <para>
       This function will continue forever if given an array or object
       that contains a direct or indirect reference to itself or that
- contains an array or object on a deepre level that does so.
+ contains an array or object on a deeper level that does so.
       This is especially true for <literal>print_r($GLOBALS)</literal>,
       as <literal>$GLOBALS</literal> is itself a global variable and
       contains a reference to itself as such.