From bc498af0e00e645e2cbaa951da243d847cb9cada Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Fri, 6 Jan 2017 08:28:00 +0000 Subject: [PATCH] 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 --- modules/aaa/mod_auth_form.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aaa/mod_auth_form.c b/modules/aaa/mod_auth_form.c index 5cf6fb0b38..01652291a9 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); } -- 2.40.0