Author: grobmeier
Date: Tue Jan  5 07:04:17 2010
New Revision: 895922

URL: http://svn.apache.org/viewvc?rev=895922&view=rev
Log:
correcte phpdoc method name

Modified:
    incubator/log4php/trunk/src/main/php/helpers/LoggerOptionConverter.php

Modified: incubator/log4php/trunk/src/main/php/helpers/LoggerOptionConverter.php
URL: 
http://svn.apache.org/viewvc/incubator/log4php/trunk/src/main/php/helpers/LoggerOptionConverter.php?rev=895922&r1=895921&r2=895922&view=diff
==============================================================================
--- incubator/log4php/trunk/src/main/php/helpers/LoggerOptionConverter.php 
(original)
+++ incubator/log4php/trunk/src/main/php/helpers/LoggerOptionConverter.php Tue 
Jan  5 07:04:17 2010
@@ -247,7 +247,7 @@
         * <p>For example, if the "MY_CONSTANT" contains "value", then
         * the call
         * <code>
-        * $s = LoggerOptionConverter::substituteVars("Value of key is 
${MY_CONSTANT}.");
+        * $s = LoggerOptionConverter::substVars("Value of key is 
${MY_CONSTANT}.");
         * </code>
         * will set the variable <i>$s</i> to "Value of key is value.".</p>
         * 


Reply via email to