]> git.mxchange.org Git - friendica.git/commitdiff
spelling: given
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 03:17:53 +0000 (23:17 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:03:23 +0000 (16:03 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
src/Security/ExAuth.php

index 89c16ab85164fde9da69ac67ecc5c13b2f3629a7..1e6f28b7f97f248bc6840ca9300510278bf648ff 100644 (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':