From 42fd45c4a3e3713404208bc3ffdeeed1956a2a8f Mon Sep 17 00:00:00 2001 From: RoJamieson Date: Mon, 8 Jun 2020 14:01:37 +0200 Subject: [PATCH] Changed "consistancy" to "consistency" in logging.go --- logging.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logging.go b/logging.go index 6460b35..41f0481 100644 --- a/logging.go +++ b/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