From 287add05a5ea8c01a57b69fb9c59d335126cae43 Mon Sep 17 00:00:00 2001 From: NamedKitten Date: Tue, 24 Oct 2017 16:09:51 +0100 Subject: [PATCH] Fix typo. (#466) --- logging.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logging.go b/logging.go index 4272060..71bcd91 100644 --- a/logging.go +++ b/logging.go @@ -23,7 +23,7 @@ const ( LogError int = iota // LogWarning level is used for very abnormal events and errors that are - // also returend to a calling function. + // also returned to a calling function. LogWarning // LogInformational level is used for normal non-error activity