Skip to content

Commit

Permalink
Fix typo in UNKNOWN state label constant
Browse files Browse the repository at this point in the history
Credit: Code Spell Checker VSCode extension.

refs GH-82
  • Loading branch information
atc0005 committed Sep 7, 2021
1 parent dfd9d04 commit bc251c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nagios.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const (
StateOKLabel string = "OK"
StateWARNINGLabel string = "WARNING"
StateCRITICALLabel string = "CRITICAL"
StateUNKNOWNLabel string = "UKNOWN"
StateUNKNOWNLabel string = "UNKNOWN"
StateDEPENDENTLabel string = "DEPENDENT"
)

Expand Down

0 comments on commit bc251c6

Please sign in to comment.