Browse Source

Misspelling

master
Gregory Rudolph 4 years ago
parent
commit
35d9b032ab
Signed by: rudi
GPG Key ID: EF64F3CBD1A1EBDD
  1. 2
      loggy.go

2
loggy.go

@ -14,7 +14,7 @@ type LogLevel int
const ( const (
// Debug output and below // Debug output and below
Debug LogLevel = 5 Debug LogLevel = 5
// Info ouput and below // Info output and below
Info LogLevel = 4 Info LogLevel = 4
// Warnings and below // Warnings and below
Warnings LogLevel = 3 Warnings LogLevel = 3

Loading…
Cancel
Save