You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2012/08/06 13:10:51 UTC

svn commit: r1369779 - /httpd/httpd/trunk/modules/proxy/mod_serf.c

Author: trawick
Date: Mon Aug  6 11:10:51 2012
New Revision: 1369779

URL: http://svn.apache.org/viewvc?rev=1369779&view=rev
Log:
spelling

Modified:
    httpd/httpd/trunk/modules/proxy/mod_serf.c

Modified: httpd/httpd/trunk/modules/proxy/mod_serf.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/mod_serf.c?rev=1369779&r1=1369778&r2=1369779&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/proxy/mod_serf.c (original)
+++ httpd/httpd/trunk/modules/proxy/mod_serf.c Mon Aug  6 11:10:51 2012
@@ -788,7 +788,7 @@ static const char* hb_config_check(void 
     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;