]> granicus.if.org Git - apache/commitdiff
Fix spelling of the handler.
authorGraham Leggett <minfrin@apache.org>
Tue, 19 Oct 2010 22:40:15 +0000 (22:40 +0000)
committerGraham Leggett <minfrin@apache.org>
Tue, 19 Oct 2010 22:40:15 +0000 (22:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1024445 13f79535-47bb-0310-9956-ffa450edef68

modules/cluster/mod_heartmonitor.c

index 706a7d19ce043c4cd1f33e543ef88a26d72c5cd6..07bada1431d6ecd575eb3f9dde39bfbcce0a3b30 100644 (file)
@@ -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) {