]> granicus.if.org Git - apache/commitdiff
Fix typo in comment
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 6 Jan 2017 08:28:00 +0000 (08:28 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 6 Jan 2017 08:28:00 +0000 (08:28 +0000)
(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

index 5cf6fb0b38055633afc10250e0c3011429eee29d..01652291a9764711e8d62396028cd7d1d42f92e5 100644 (file)
@@ -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);
         }