diff --git a/src/Security/ExAuth.php b/src/Security/ExAuth.php index 89c16ab851..1e6f28b7f9 100644 --- a/src/Security/ExAuth.php +++ b/src/Security/ExAuth.php @@ -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':