浏览代码

Update logging.go

vim2meta 7 年之前
父节点
当前提交
7086a1f2a9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      logging.go

+ 1 - 1
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 {