Fix spelling of the handler.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1024445 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Graham Leggett
2010-10-19 22:40:15 +00:00
parent 9943978a7d
commit 8df5fda30a

View 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) {