From: Jeff Trawick Date: Fri, 16 Sep 2011 23:16:19 +0000 (+0000) Subject: fix spelling error in a couple of log messages X-Git-Tag: 2.3.15~243 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef947618a6de65d4b11ec9e2740b597f3494e131;p=apache 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 --- 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; }