Skip to content
This repository has been archived by the owner on Jan 1, 2020. It is now read-only.

Commit

Permalink
Fix spelling error.
Browse files Browse the repository at this point in the history
  • Loading branch information
kcrayon committed Apr 7, 2012
1 parent af2b2f5 commit 983012f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sensu/client.rb
Expand Up @@ -123,7 +123,7 @@ def execute_check(check)
@logger.warn('[execute] -- previous check execution still in progress -- ' + check.name)
end
else
@logger.warn('[execute] -- unkown check -- ' + check.name)
@logger.warn('[execute] -- unknown check -- ' + check.name)
check.output = 'Unknown check'
check.status = 3
check.handle = false
Expand Down

0 comments on commit 983012f

Please sign in to comment.