From 432d2deb3177059229386b421a58fd6c036e3ca9 Mon Sep 17 00:00:00 2001 From: Iltar van der Berg Date: Wed, 19 Jul 2017 14:11:33 +0200 Subject: [PATCH] Fixed typo in docblock --- .../Security/Core/Exception/AuthenticationExpiredException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Security/Core/Exception/AuthenticationExpiredException.php b/src/Symfony/Component/Security/Core/Exception/AuthenticationExpiredException.php index caf2e6cc38..7bc174f05c 100644 --- a/src/Symfony/Component/Security/Core/Exception/AuthenticationExpiredException.php +++ b/src/Symfony/Component/Security/Core/Exception/AuthenticationExpiredException.php @@ -12,7 +12,7 @@ namespace Symfony\Component\Security\Core\Exception; /** - * AuthenticationServiceException is thrown when an authenticated token becomes un-authentcated between requests. + * AuthenticationServiceException is thrown when an authenticated token becomes un-authenticated between requests. * * In practice, this is due to the User changing between requests (e.g. password changes), * causes the token to become un-authenticated.