From: Graham Leggett Date: Tue, 19 Oct 2010 22:40:15 +0000 (+0000) Subject: Fix spelling of the handler. X-Git-Tag: 2.3.9~264 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8df5fda30a6853f75a23c9eb9aa35ae6eaa81c45;p=apache Fix spelling of the handler. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1024445 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/cluster/mod_heartmonitor.c b/modules/cluster/mod_heartmonitor.c index 706a7d19ce..07bada1431 100644 --- a/modules/cluster/mod_heartmonitor.c +++ b/modules/cluster/mod_heartmonitor.c @@ -739,7 +739,7 @@ static int hm_handler(request_rec *r) char *ip; hm_ctx_t *ctx; - if (strcmp(r->handler, "hearthbeat")) { + if (strcmp(r->handler, "heartbeat")) { return DECLINED; } if (r->method_number != M_POST) {