spelling: given

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-21 23:17:53 -04:00
parent c95360ff87
commit 6b849c4045
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ class ExAuth
$this->isUser($aCommand);
break;
case 'auth':
// Check if the givven password is correct
// Check if the given password is correct
$this->auth($aCommand);
break;
case 'setpass':