]> granicus.if.org Git - apache/commitdiff
spellcheck r1202258
authorJeff Trawick <trawick@apache.org>
Tue, 15 Nov 2011 19:38:31 +0000 (19:38 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 15 Nov 2011 19:38:31 +0000 (19:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1202395 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/event/event.c

index 7c532b394b90b8a0cefc523ddcbb971f3dd42c30..2180e8c2df45b59a46b6b43aabfa9b0ffc29f8f2 100644 (file)
@@ -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;