From 361ef0d9ff798d23f9dc759bfa12d4e5dcaf05ec Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Fri, 30 Mar 2012 13:43:50 +0200 Subject: [PATCH] Fix typo --- lib/Alchemy/Phrasea/Core/Service/Log/Monolog.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Alchemy/Phrasea/Core/Service/Log/Monolog.php b/lib/Alchemy/Phrasea/Core/Service/Log/Monolog.php index db47305387..aec9ec2656 100644 --- a/lib/Alchemy/Phrasea/Core/Service/Log/Monolog.php +++ b/lib/Alchemy/Phrasea/Core/Service/Log/Monolog.php @@ -77,7 +77,7 @@ class Monolog extends ServiceAbstract implements ServiceInterface if (!class_exists($handlerClassName)) { throw new \Exception(sprintf( - 'Unable to log monolog handler ùs looked for class %s' + 'Unable to log monolog handler %s looked for class %s' , $handlerName , $handlerClassName) );