Skip to content

Commit

Permalink
chore(lint): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maier committed Nov 1, 2023
1 parent 1482fd7 commit 205bd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkmgr/checkmgr.go
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ func (cm *CheckManager) Initialize() error {
return nil // we can't return an error from a go function after the fact
}

// IsReady reflects if the check has been initialied and metrics can be sent to Circonus
// IsReady reflects if the check has been initialized and metrics can be sent to Circonus
func (cm *CheckManager) IsReady() bool {
cm.initializedmu.RLock()
defer cm.initializedmu.RUnlock()
Expand Down

0 comments on commit 205bd35

Please sign in to comment.