Fix typo in message.go

pull/4207/head
Jon Huhn 7 years ago committed by Sebastien Plisson
parent 0e9de81d6e
commit 8cf82cb2e8

@ -18,7 +18,7 @@ package support
import "fmt" import "fmt"
// Severity indicatest the severity of a Message. // Severity indicates the severity of a Message.
const ( const (
// UnknownSev indicates that the severity of the error is unknown, and should not stop processing. // UnknownSev indicates that the severity of the error is unknown, and should not stop processing.
UnknownSev = iota UnknownSev = iota

Loading…
Cancel
Save