From b1b5201ed2885b65596aa370a3ed3dca9ced61f1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Tue, 5 Aug 2003 18:45:53 +0000 Subject: [PATCH] There are different kinds of people: - the good English speaking people - the bad English speaking people - and the ugly ones, who should not even try to do so I think, I'm one of the latter group. Thanks to Thom May :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100907 13f79535-47bb-0310-9956-ffa450edef68 --- modules/mappers/mod_rewrite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mappers/mod_rewrite.c b/modules/mappers/mod_rewrite.c index c5b61e5951..1fbf78f24c 100644 --- a/modules/mappers/mod_rewrite.c +++ b/modules/mappers/mod_rewrite.c @@ -4662,7 +4662,7 @@ static int handler_redirect(request_rec *r) #ifdef REWRITELOG_DISABLED static const char *fake_rewritelog(cmd_parms *cmd, void *dummy, const char *a1) { - return "RewriteLog and RewriteLogLevel are not support by this build " + return "RewriteLog and RewriteLogLevel are not supported by this build " "of mod_rewrite because it was compiled using the " "-DREWRITELOG_DISABLED compiler option. You have to recompile " "mod_rewrite WITHOUT this option in order to use the rewrite log."; -- 2.50.1