From: Prach Pongpanich Date: Tue, 14 May 2013 18:56:28 +0000 (+0200) Subject: CLEANUP: fix minor typo in error message. X-Git-Tag: v1.5-dev19~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b837e68fc9044cb53ebed5a091611b3f6a583d51;p=thirdparty%2Fhaproxy.git CLEANUP: fix minor typo in error message. "accomodate" => "accommodate". --- diff --git a/src/haproxy.c b/src/haproxy.c index 5b5bea4c64..ac9fba173d 100644 --- a/src/haproxy.c +++ b/src/haproxy.c @@ -851,7 +851,7 @@ void init(int argc, char **argv) " is too low on this platform to support maxconn and the number of listeners\n" " and servers. You should rebuild haproxy specifying your system using TARGET=\n" " in order to support other polling systems (poll, epoll, kqueue) or reduce the\n" - " global maxconn setting to accomodate the system's limitation. For reference,\n" + " global maxconn setting to accommodate the system's limitation. For reference,\n" " FD_SETSIZE=%d on this system, global.maxconn=%d resulting in a maximum of\n" " %d file descriptors. You should thus reduce global.maxconn by %d. Also,\n" " check build settings using 'haproxy -vv'.\n\n",