From e7bc0e338f675cce0eff7c2e2830915c0a4d805b Mon Sep 17 00:00:00 2001 From: Greg Ames Date: Mon, 26 Feb 2001 22:43:15 +0000 Subject: [PATCH] finally figured out why that word looked funny - can't spell git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88362 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http/http_protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/http/http_protocol.c b/modules/http/http_protocol.c index c678eb743e..8eca28f829 100644 --- a/modules/http/http_protocol.c +++ b/modules/http/http_protocol.c @@ -2044,7 +2044,7 @@ AP_DECLARE(void) ap_send_error_response(request_rec *r, int recursive_error) h1 = &title[4]; /* can't count on a charset filter being in place here, - * so do ebcdic->ascii translation explicity (if needed) + * so do ebcdic->ascii translation explicitly (if needed) */ ap_rvputs_proto_in_ascii(rlast, -- 2.40.0