diff options
author | Jan Wagner <waja@cyconet.org> | 2014-06-23 20:33:29 (GMT) |
---|---|---|
committer | Jan Wagner <waja@cyconet.org> | 2014-06-23 20:33:29 (GMT) |
commit | 580bdd286379f6d8b678b9a7472572cfa2684aaf (patch) | |
tree | 129f003f002684c312fb1b76a89d6922a6606d91 /plugins | |
parent | 9ac3fe7d5036e7a3672e32e87db4c252209c862a (diff) | |
download | monitoring-plugins-580bdd286379f6d8b678b9a7472572cfa2684aaf.tar.gz |
check_ide_smart: Fixing spelling bug
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/check_ide_smart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_ide_smart.c b/plugins/check_ide_smart.c index 55faacc..47605e9 100644 --- a/plugins/check_ide_smart.c +++ b/plugins/check_ide_smart.c | |||
@@ -419,7 +419,7 @@ nagios (values_t * p, thresholds_t * t) | |||
419 | status=STATE_OK; | 419 | status=STATE_OK; |
420 | break; | 420 | break; |
421 | default: | 421 | default: |
422 | printf (_("ERROR - Status '%d' unkown. %d/%d tests passed\n"), status, | 422 | printf (_("ERROR - Status '%d' unknown. %d/%d tests passed\n"), status, |
423 | passed, total); | 423 | passed, total); |
424 | status = STATE_UNKNOWN; | 424 | status = STATE_UNKNOWN; |
425 | break; | 425 | break; |