浏览代码

Changed "consistancy" to "consistency" in logging.go

RoJamieson 4 年之前
父节点
当前提交
42fd45c4a3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      logging.go

+ 1 - 1
logging.go

@@ -37,7 +37,7 @@ const (
 // Logger can be used to replace the standard logging for discordgo
 var Logger func(msgL, caller int, format string, a ...interface{})
 
-// msglog provides package wide logging consistancy for discordgo
+// msglog provides package wide logging consistency for discordgo
 // the format, a...  portion this command follows that of fmt.Printf
 //   msgL   : LogLevel of the message
 //   caller : 1 + the number of callers away from the message source