From 7086a1f2a9ed9770683af980447d0058709de68e Mon Sep 17 00:00:00 2001 From: vim2meta Date: Sun, 19 Nov 2017 10:11:09 -0500 Subject: [PATCH] Update logging.go --- logging.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logging.go b/logging.go index 270299e..6460b35 100644 --- a/logging.go +++ b/logging.go @@ -42,7 +42,7 @@ var Logger func(msgL, caller int, format string, a ...interface{}) // msgL : LogLevel of the message // caller : 1 + the number of callers away from the message source // format : Printf style message format -// a ... : comma seperated list of values to pass +// a ... : comma separated list of values to pass func msglog(msgL, caller int, format string, a ...interface{}) { if Logger != nil {