From 6b849c404583184be4e10872e471f8f91957eee5 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 21 Mar 2023 23:17:53 -0400 Subject: [PATCH] spelling: given Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/Security/ExAuth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Security/ExAuth.php b/src/Security/ExAuth.php index 89c16ab85..1e6f28b7f 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':