Fixes type in error message

This commit is contained in:
Bernd Erk 2014-11-13 15:41:31 +01:00
parent 56aabf0d15
commit c98a6d5912
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ class AuthenticationController extends ActionController
$config = Config::app('authentication');
} catch (NotReadableError $e) {
throw new ConfigurationError(
$this->translate('Could not read your authentiction.ini, no authentication methods are available.'),
$this->translate('Could not read your authentication.ini, no authentication methods are available.'),
0,
$e
);