diff --git a/cake/libs/cake_log.php b/cake/libs/cake_log.php index f05f86490..efac12bcf 100644 --- a/cake/libs/cake_log.php +++ b/cake/libs/cake_log.php @@ -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