From 0b1e2d674aaa86e59233176efd7c1e0d0d2ec429 Mon Sep 17 00:00:00 2001 From: brectanus Date: Thu, 5 Jun 2008 17:01:42 +0000 Subject: [PATCH] Fix a minor typo in a comment. --- apache2/modsecurity.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache2/modsecurity.c b/apache2/modsecurity.c index 9d1e2d57..f3139b16 100644 --- a/apache2/modsecurity.c +++ b/apache2/modsecurity.c @@ -495,7 +495,7 @@ static apr_status_t modsecurity_process_phase_logging(modsec_rec *msr) { * in the modsec_rec structure. */ apr_status_t modsecurity_process_phase(modsec_rec *msr, unsigned int phase) { - /* Check if we've should run. */ + /* Check if we should run. */ if ((msr->was_intercepted)&&(phase != PHASE_LOGGING)) { msr_log(msr, 4, "Skipping phase %i as request was already intercepted.", phase); return 0;