X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=modules%2Fmappers%2Fmod_rewrite.c;h=2abb32e8d50f1b5ad5c5ae229450fa69d0bd3a50;hb=d79b514c4b925e4cd983297c784124efb8f6efc7;hp=6bb842786d3419be2f563994510d7cfd63d6aa2a;hpb=fb94cc129e983e8b890d28d0a579d21808f8a8c4;p=apache diff --git a/modules/mappers/mod_rewrite.c b/modules/mappers/mod_rewrite.c index 6bb842786d..2abb32e8d5 100644 --- a/modules/mappers/mod_rewrite.c +++ b/modules/mappers/mod_rewrite.c @@ -4132,7 +4132,7 @@ static int apply_rewrite_rule(rewriterule_entry *p, rewrite_ctx *ctx) /* Ok, we already know the pattern has matched, but we now * additionally have to check for all existing preconditions * (RewriteCond) which have to be also true. We do this at - * this very late stage to avoid unnessesary checks which + * this very late stage to avoid unnecessary checks which * would slow down the rewriting engine. */ rewriteconds = p->rewriteconds; @@ -4926,7 +4926,7 @@ static int hook_fixup(request_rec *r) /* * Do the Options check after engine check, so - * the user is able to explicitely turn RewriteEngine Off. + * the user is able to explicitly turn RewriteEngine Off. */ if (!(ap_allow_options(r) & (OPT_SYM_LINKS | OPT_SYM_OWNER))) { /* FollowSymLinks is mandatory! */ @@ -4941,7 +4941,7 @@ static int hook_fixup(request_rec *r) /* * remember the current filename before rewriting for later check * to prevent deadlooping because of internal redirects - * on final URL/filename which can be equal to the inital one. + * on final URL/filename which can be equal to the initial one. * also, we'll restore original r->filename if we decline this * request */