Commit c3d252d9 authored by Ezequiel Lovelle's avatar Ezequiel Lovelle Committed by Matt Stancliff
Browse files

Fix typo

Closes #2029
parent 82154ffa
...@@ -1493,7 +1493,7 @@ void rewriteConfigEnumOption(struct rewriteConfigState *state, char *option, int ...@@ -1493,7 +1493,7 @@ void rewriteConfigEnumOption(struct rewriteConfigState *state, char *option, int
rewriteConfigRewriteLine(state,option,line,force); rewriteConfigRewriteLine(state,option,line,force);
} }
/* Rewrite the syslog-fability option. */ /* Rewrite the syslog-facility option. */
void rewriteConfigSyslogfacilityOption(struct rewriteConfigState *state) { void rewriteConfigSyslogfacilityOption(struct rewriteConfigState *state) {
int value = server.syslog_facility, j; int value = server.syslog_facility, j;
int force = value != LOG_LOCAL0; int force = value != LOG_LOCAL0;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment