diff options
author | Douglas Greenshields <dgreenshields@gmail.com> | 2012-05-01 14:45:52 +0100 |
---|---|---|
committer | Douglas Greenshields <dgreenshields@gmail.com> | 2012-05-01 14:45:52 +0100 |
commit | 4c19df9633964ba0adfe1e2a8293f67c8a2bf57b (patch) | |
tree | 474a21b12083af4049ef316daf9e034cb0a4dd7e /Core/Exception | |
parent | 9ed448495929292bda245fdd74753c98a35d0577 (diff) | |
download | symfony-security-4c19df9633964ba0adfe1e2a8293f67c8a2bf57b.zip symfony-security-4c19df9633964ba0adfe1e2a8293f67c8a2bf57b.tar.gz symfony-security-4c19df9633964ba0adfe1e2a8293f67c8a2bf57b.tar.bz2 |
[Security] fixed English grammar in exception message
Diffstat (limited to 'Core/Exception')
-rw-r--r-- | Core/Exception/SessionUnavailableException.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Exception/SessionUnavailableException.php b/Core/Exception/SessionUnavailableException.php index a00a503..519164a 100644 --- a/Core/Exception/SessionUnavailableException.php +++ b/Core/Exception/SessionUnavailableException.php @@ -16,7 +16,7 @@ namespace Symfony\Component\Security\Core\Exception; * * Possible reasons for this are: * - * a) The session timed-out because the user waited too long. + * a) The session timed out because the user waited too long. * b) The user has disabled cookies, and a new session is started on each * request. * |