From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 03:17:53 +0000 (-0400) Subject: spelling: given X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6b849c404583184be4e10872e471f8f91957eee5;p=friendica.git spelling: given Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- 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':