Fix another typo
This commit is contained in:
parent
4414fbfc93
commit
87c711cb55
|
|
@ -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');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue