Merge pull request #4530 from nojnhuh/patch-1

Fix typo in message.go
pull/4486/head
Matthew Fisher 6 years ago committed by GitHub
commit dee4bfb226
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save