]> granicus.if.org Git - php/commitdiff
* Fixing note
authorMartin Jansen <mj@php.net>
Sun, 11 May 2003 09:33:04 +0000 (09:33 +0000)
committerMartin Jansen <mj@php.net>
Sun, 11 May 2003 09:33:04 +0000 (09:33 +0000)
pear/PEAR.php

index 8c536d717c1a07c12ba80387a5258bc77288c97a..00977e6ab9a55e2b039e1a1ad2e1a4820b9823e3 100644 (file)
@@ -63,7 +63,7 @@ ini_set('track_errors', true);
  * destructor, use error_log(), syslog() or something similar.
  *
  * IMPORTANT! To use the emulated destructors you need to create the
- * objects by reference, ej: $obj =& new PEAR_child;
+ * objects by reference: $obj =& new PEAR_child;
  *
  * @since PHP 4.0.2
  * @author Stig Bakken <ssb@php.net>