From 35d9b032ab93fa4616aa3c4fc90bd45b76ff3bf1 Mon Sep 17 00:00:00 2001 From: Gregory Rudolph Date: Fri, 30 Oct 2020 10:45:06 -0400 Subject: [PATCH] Misspelling --- loggy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loggy.go b/loggy.go index c9d847c..ecd8b6f 100644 --- a/loggy.go +++ b/loggy.go @@ -14,7 +14,7 @@ type LogLevel int const ( // Debug output and below Debug LogLevel = 5 - // Info ouput and below + // Info output and below Info LogLevel = 4 // Warnings and below Warnings LogLevel = 3