diff --git a/src/Monolog/Logger.php b/src/Monolog/Logger.php index 0ff2aa83..2c1f13f6 100644 --- a/src/Monolog/Logger.php +++ b/src/Monolog/Logger.php @@ -194,7 +194,7 @@ class Logger 'datetime' => \DateTime::createFromFormat('U.u', sprintf('%.6F', microtime(true)))->setTimeZone(self::$timezone), 'extra' => array(), ); - // check if any message will handle this message + // check if any handler will handle this message $handlerKey = null; foreach ($this->handlers as $key => $handler) { if ($handler->isHandling($record)) {