Skip to content

Commit eee4eef

Browse files
authored
Merge pull request #74 from NETWAYS/fix_typo
Fix typos
2 parents f3afa18 + 9e0ce4f commit eee4eef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

result/overall.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ import (
1111

1212
// So, this is the idea:
1313
// A check plugin has a single Overall (singleton)
14-
// Each partial thing which is tested, gets it's own subcheck
14+
// Each partial thing which is tested, gets its own subcheck
1515
// The results of these may be relevant to the overall status in the end
16-
// or not, e.g. if a plugin trieds two different methods for something and
16+
// or not, e.g. if a plugin tries two different methods for something and
1717
// one suffices, but one fails, the whole check might be OK and only the subcheck
1818
// Warning or Critical.
1919
type Overall struct {

0 commit comments

Comments
 (0)