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