aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGravatar Jan Wagner <waja@cyconet.org> 2014-06-23 22:33:29 +0200
committerGravatar Jan Wagner <waja@cyconet.org> 2014-06-23 22:33:29 +0200
commit580bdd286379f6d8b678b9a7472572cfa2684aaf (patch)
tree129f003f002684c312fb1b76a89d6922a6606d91 /plugins
parent9ac3fe7d5036e7a3672e32e87db4c252209c862a (diff)
downloadmonitoring-plugins-580bdd286379f6d8b678b9a7472572cfa2684aaf.tar.gz
check_ide_smart: Fixing spelling bug
Diffstat (limited to 'plugins')
-rw-r--r--plugins/check_ide_smart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_ide_smart.c b/plugins/check_ide_smart.c
index 55faacce..47605e96 100644
--- a/plugins/check_ide_smart.c
+++ b/plugins/check_ide_smart.c
@@ -419,7 +419,7 @@ nagios (values_t * p, thresholds_t * t)
status=STATE_OK;
break;
default:
- printf (_("ERROR - Status '%d' unkown. %d/%d tests passed\n"), status,
+ printf (_("ERROR - Status '%d' unknown. %d/%d tests passed\n"), status,
passed, total);
status = STATE_UNKNOWN;
break;