From 0d1a103ede2a54e7a4d1fc57386a633216365e9c Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Sat, 27 May 2000 14:05:13 +0000 Subject: [PATCH] Fix broken comment in util_ebcdic.c Submitted by: Greg Ames git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85313 13f79535-47bb-0310-9956-ffa450edef68 --- server/util_ebcdic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/util_ebcdic.c b/server/util_ebcdic.c index 8affa18327..22d41cd01d 100644 --- a/server/util_ebcdic.c +++ b/server/util_ebcdic.c @@ -145,7 +145,7 @@ ap_xlate_t *ap_checkconv(struct request_rec *r) /* translate EBCDIC to ASCII */ convert_to_ascii = 1; } - /* Turn off conversion if it's a text document */ + /* Turn off conversion if it's not a text document */ if (!convert_to_ascii) { ap_set_content_xlate(r, 1, zero); } -- 2.50.1