spelling: cleanup

This commit is contained in:
Josh Soref 2018-03-11 17:47:09 +00:00
parent e72d4f2704
commit 76cf178933
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ var levelPriority = map[string]gsyslog.Priority{
"CRIT": gsyslog.LOG_CRIT,
}
// SyslogWrapper is used to cleaup log messages before
// SyslogWrapper is used to cleanup log messages before
// writing them to a Syslogger. Implements the io.Writer
// interface.
type SyslogWrapper struct {