Fix typo. (#466)
This commit is contained in:
parent
7373a96b71
commit
287add05a5
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ const (
|
||||||
LogError int = iota
|
LogError int = iota
|
||||||
|
|
||||||
// LogWarning level is used for very abnormal events and errors that are
|
// LogWarning level is used for very abnormal events and errors that are
|
||||||
// also returend to a calling function.
|
// also returned to a calling function.
|
||||||
LogWarning
|
LogWarning
|
||||||
|
|
||||||
// LogInformational level is used for normal non-error activity
|
// LogInformational level is used for normal non-error activity
|
||||||
|
|
Loading…
Reference in a new issue