From ef947618a6de65d4b11ec9e2740b597f3494e131 Mon Sep 17 00:00:00 2001 From: Jeff Trawick <trawick@apache.org> Date: Fri, 16 Sep 2011 23:16:19 +0000 Subject: [PATCH] fix spelling error in a couple of log messages git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1171849 13f79535-47bb-0310-9956-ffa450edef68 --- modules/cluster/mod_heartmonitor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/cluster/mod_heartmonitor.c b/modules/cluster/mod_heartmonitor.c index 39e7bcbc88..f53635edc1 100644 --- a/modules/cluster/mod_heartmonitor.c +++ b/modules/cluster/mod_heartmonitor.c @@ -367,7 +367,7 @@ static apr_status_t hm_file_update_stat(hm_ctx_t *ctx, hm_server_t *s, apr_pool_ APR_FPROT_WREAD); if (rv && rv != APR_INCOMPLETE && rv != APR_ENOTIMPL) { ap_log_error(APLOG_MARK, APLOG_CRIT, rv, ctx->s, - "Heartmonitor: Unable to set file permssions on %s", + "Heartmonitor: Unable to set file permissions on %s", path); return rv; } @@ -446,7 +446,7 @@ static apr_status_t hm_file_update_stats(hm_ctx_t *ctx, apr_pool_t *p) APR_FPROT_WREAD); if (rv && rv != APR_INCOMPLETE && rv != APR_ENOTIMPL) { ap_log_error(APLOG_MARK, APLOG_CRIT, rv, ctx->s, - "Heartmonitor: Unable to set file permssions on %s", + "Heartmonitor: Unable to set file permissions on %s", path); return rv; } -- 2.40.0