From bbb0cf69a5166e9dafdedbd53062fb26a550ebcd Mon Sep 17 00:00:00 2001 From: Kousuke Ebihara Date: Fri, 14 Jan 2011 22:21:14 +0900 Subject: [PATCH] fixed typo (s/algoritm/algorithm/) --- .../FrameworkBundle/DependencyInjection/SecurityExtension.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/SecurityExtension.php b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/SecurityExtension.php index 54ee08899ec72..7c0ac9bcbc863 100644 --- a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/SecurityExtension.php +++ b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/SecurityExtension.php @@ -386,7 +386,7 @@ protected function createEncoder(array $encoderMap, $accountClass, $config, Cont // a lazy loaded, message digest or plaintext encoder if (!isset($config['algorithm'])) { - throw new \RuntimeException('"algoritm" must be defined.'); + throw new \RuntimeException('"algorithm" must be defined.'); } // plaintext encoder