Commit 3fa55bb2 authored by Christophe Jaillet's avatar Christophe Jaillet
Browse files

Fix typo in comment

(r1739569 in trunk)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1777536 13f79535-47bb-0310-9956-ffa450edef68
parent e62ba567
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -842,7 +842,7 @@ static int check_authn(request_rec * r, const char *sent_user, const char *sent_
            break;
        }

        /* If we're returning 403, tell them to try again. */
        /* If we're returning 401, tell them to try again. */
        if (return_code == HTTP_UNAUTHORIZED) {
            note_cookie_auth_failure(r);
        }