From 2178681afb333ee8ec2865652e87efb9e6c416d5 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Tue, 15 Nov 2011 19:38:31 +0000 Subject: [PATCH] spellcheck r1202258 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1202395 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm/event/event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/mpm/event/event.c b/server/mpm/event/event.c index 7c532b394b..2180e8c2df 100644 --- a/server/mpm/event/event.c +++ b/server/mpm/event/event.c @@ -2866,7 +2866,7 @@ static int event_pre_config(apr_pool_t * pconf, apr_pool_t * plog, APR_POLLSET_WAKEABLE|APR_POLLSET_NOCOPY); if (rv != APR_SUCCESS) { ap_log_error(APLOG_MARK, APLOG_CRIT, rv, NULL, - "Couldn't create a suiteable pollset. " + "Couldn't create a suitable pollset. " "Is it supported on your platform?" "Also check system or user limits!"); return HTTP_INTERNAL_SERVER_ERROR; -- 2.50.1