From: André Malo Date: Tue, 5 Aug 2003 17:44:02 +0000 (+0000) Subject: word smithing / grammar X-Git-Tag: pre_ajp_proxy~1295 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=507b868253e22906def8005a1715ff11f0add363;p=apache word smithing / grammar Submitted by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100906 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/mappers/mod_rewrite.c b/modules/mappers/mod_rewrite.c index 56d331c73d..c5b61e5951 100644 --- a/modules/mappers/mod_rewrite.c +++ b/modules/mappers/mod_rewrite.c @@ -4662,8 +4662,8 @@ 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 incarnation " - "of mod_rewrite, because it was compiled using the " + return "RewriteLog and RewriteLogLevel are not support 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."; }