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;
}
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;
}