From e7cb6736f0bad10db650efd801be89ff0c518e98 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 c678eb743ea..8eca28f8296 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.47.3