diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-09-09 11:31:41 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-09-09 11:31:41 +0000 |
commit | 507a27332a3bb61164670eb5c8f524f89a32dc31 (patch) | |
tree | f24624d36749ef9d91fc301e95b452b53a75ae6c /usr.sbin | |
parent | 20c21d5726dfa73db4f8d2e9733a6a5cd6280ea2 (diff) |
nessesary -> necessary.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/httpd/src/modules/standard/mod_rewrite.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/httpd/src/modules/standard/mod_rewrite.c b/usr.sbin/httpd/src/modules/standard/mod_rewrite.c index dcc4aaa99b3..90a76cc59cd 100644 --- a/usr.sbin/httpd/src/modules/standard/mod_rewrite.c +++ b/usr.sbin/httpd/src/modules/standard/mod_rewrite.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mod_rewrite.c,v 1.27 2008/04/25 14:51:35 jmc Exp $ */ +/* $OpenBSD: mod_rewrite.c,v 1.28 2010/09/09 11:31:40 miod Exp $ */ /* ==================================================================== * The Apache Software License, Version 1.1 @@ -1923,7 +1923,7 @@ static int apply_rewrite_rule(request_rec *r, rewriterule_entry *p, * 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; |