mirror of
https://github.com/friendica/friendica
synced 2024-12-23 13:20:21 +00:00
spelling: given
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
c95360ff87
commit
6b849c4045
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ class ExAuth
|
||||||
$this->isUser($aCommand);
|
$this->isUser($aCommand);
|
||||||
break;
|
break;
|
||||||
case 'auth':
|
case 'auth':
|
||||||
// Check if the givven password is correct
|
// Check if the given password is correct
|
||||||
$this->auth($aCommand);
|
$this->auth($aCommand);
|
||||||
break;
|
break;
|
||||||
case 'setpass':
|
case 'setpass':
|
||||||
|
|
Loading…
Reference in a new issue