You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4php-dev@logging.apache.org by ch...@apache.org on 2009/10/12 00:50:40 UTC

svn commit: r824192 - /incubator/log4php/trunk/src/examples/php/renderer_map.php

Author: chammers
Date: Sun Oct 11 22:50:39 2009
New Revision: 824192

URL: http://svn.apache.org/viewvc?rev=824192&view=rev
Log:
typo

Modified:
    incubator/log4php/trunk/src/examples/php/renderer_map.php

Modified: incubator/log4php/trunk/src/examples/php/renderer_map.php
URL: http://svn.apache.org/viewvc/incubator/log4php/trunk/src/examples/php/renderer_map.php?rev=824192&r1=824191&r2=824192&view=diff
==============================================================================
--- incubator/log4php/trunk/src/examples/php/renderer_map.php (original)
+++ incubator/log4php/trunk/src/examples/php/renderer_map.php Sun Oct 11 22:50:39 2009
@@ -17,6 +17,6 @@
 $person = new Person();
 
 $logger = Logger::getRootLogger();
-$logger->debug("Now comes the current MyClass object:");
+$logger->debug("Now comes the current Person object:");
 $logger->debug($person);
 // END SNIPPET: doxia