Fixed typo in docblock

This commit is contained in:
Iltar van der Berg 2017-07-19 14:11:33 +02:00 committed by GitHub
parent ce12665c3c
commit 432d2deb31

View File

@ -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.