aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_ide_smart.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_ide_smart.c')
-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;