From: Martin Jansen Date: Sun, 11 May 2003 09:33:04 +0000 (+0000) Subject: * Fixing note X-Git-Tag: RELEASE_0_9b~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c5eac260f518636e6ac877475702d94d14d17f4;p=php * Fixing note --- diff --git a/pear/PEAR.php b/pear/PEAR.php index 8c536d717c..00977e6ab9 100644 --- a/pear/PEAR.php +++ b/pear/PEAR.php @@ -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