From: Jeff Trawick Date: Mon, 6 Aug 2012 11:10:51 +0000 (+0000) Subject: spelling X-Git-Tag: 2.5.0-alpha~6487 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca3076197c6393bd2106f1c8d4048f583cd66caf;p=thirdparty%2Fapache%2Fhttpd.git spelling git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369779 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/mod_serf.c b/modules/proxy/mod_serf.c index 8f0ce7c464d..52260275d07 100644 --- a/modules/proxy/mod_serf.c +++ b/modules/proxy/mod_serf.c @@ -788,7 +788,7 @@ static const char* hb_config_check(void *baton, hb_table_baton_t b; if (apr_is_empty_table(params)) { - return "SerfCluster Heartbeat requires a path to the heartbat information."; + return "SerfCluster Heartbeat requires a path to the heartbeat information."; } b.p = cmd->pool;