From: Christophe Jaillet Date: Fri, 6 Jan 2017 08:28:00 +0000 (+0000) Subject: Fix typo in comment X-Git-Tag: 2.4.26~394 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc498af0e00e645e2cbaa951da243d847cb9cada;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/modules/aaa/mod_auth_form.c b/modules/aaa/mod_auth_form.c index 5cf6fb0b380..01652291a97 100644 --- a/modules/aaa/mod_auth_form.c +++ b/modules/aaa/mod_auth_form.c @@ -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); }