From eed08cf10e68fc3733697f83bb1a6d35a41d3e31 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 11 Mar 2018 17:47:09 +0000 Subject: [PATCH] spelling: cleanup --- command/agent/syslog.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/agent/syslog.go b/command/agent/syslog.go index d0ec7b3f1..7acc5679f 100644 --- a/command/agent/syslog.go +++ b/command/agent/syslog.go @@ -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 {