]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
spelling
authorJeff Trawick <trawick@apache.org>
Mon, 6 Aug 2012 11:10:51 +0000 (11:10 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 6 Aug 2012 11:10:51 +0000 (11:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369779 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_serf.c

index 8f0ce7c464db570e46d4b02bb86307a98c5b90ad..52260275d07fe409a46b5ef1ee09bff58a4c51a0 100644 (file)
@@ -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;