You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2011/09/17 01:16:19 UTC

svn commit: r1171849 - /httpd/httpd/trunk/modules/cluster/mod_heartmonitor.c

Author: trawick
Date: Fri Sep 16 23:16:19 2011
New Revision: 1171849

URL: http://svn.apache.org/viewvc?rev=1171849&view=rev
Log:
fix spelling error in a couple of log messages

Modified:
    httpd/httpd/trunk/modules/cluster/mod_heartmonitor.c

Modified: httpd/httpd/trunk/modules/cluster/mod_heartmonitor.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/cluster/mod_heartmonitor.c?rev=1171849&r1=1171848&r2=1171849&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/cluster/mod_heartmonitor.c (original)
+++ httpd/httpd/trunk/modules/cluster/mod_heartmonitor.c Fri Sep 16 23:16:19 2011
@@ -367,7 +367,7 @@ static apr_status_t hm_file_update_stat(
                             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
                             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;
     }