fix typo in CakeLog::config()

Signed-off-by: mark_story <mark@mark-story.com>
This commit is contained in:
tarcisio 2010-05-21 22:47:53 -03:00 committed by mark_story
parent 29f2223c6d
commit 06c1b583f8

View file

@ -91,7 +91,7 @@ class CakeLog {
*
* For an explaination of these parameters, see CakeLog::write()
*
* @param string $key The keyname for this logger, used to revmoe the logger later.
* @param string $key The keyname for this logger, used to remove the logger later.
* @param array $config Array of configuration information for the logger
* @return boolean success of configuration.
* @static