From: Jeff Trawick Date: Tue, 15 Nov 2011 19:38:31 +0000 (+0000) Subject: spellcheck r1202258 X-Git-Tag: 2.5.0-alpha~7878 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2178681afb333ee8ec2865652e87efb9e6c416d5;p=apache spellcheck r1202258 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1202395 13f79535-47bb-0310-9956-ffa450edef68 --- 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;