Fix another typo

This commit is contained in:
Frederic Guillot 2015-05-25 14:16:59 -04:00
parent 4414fbfc93
commit 87c711cb55
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ abstract class Base extends \Core\Base
$this->container['dispatcher']->dispatch('api.bootstrap', new Event);
if (! ($username === 'jsonrpc' && $password === $this->config->get('api_token'))) {
throw new AuthenticationFailure('Wrond credentials');
throw new AuthenticationFailure('Wrong credentials');
}
}
}