]> granicus.if.org Git - apache/commitdiff
fix spelling error in a couple of log messages
authorJeff Trawick <trawick@apache.org>
Fri, 16 Sep 2011 23:16:19 +0000 (23:16 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 16 Sep 2011 23:16:19 +0000 (23:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1171849 13f79535-47bb-0310-9956-ffa450edef68

modules/cluster/mod_heartmonitor.c

index 39e7bcbc8882f537e308e372ab419fd0499c2def..f53635edc142cfb3f86aca90bf3db176b09afb59 100644 (file)
@@ -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;
     }