diff options
Diffstat (limited to 'plugins/check_snmp.c')
-rw-r--r-- | plugins/check_snmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_snmp.c b/plugins/check_snmp.c index 2db4ecfa..4f962a2e 100644 --- a/plugins/check_snmp.c +++ b/plugins/check_snmp.c | |||
@@ -392,7 +392,7 @@ main (int argc, char **argv) | |||
392 | if (found == 0) | 392 | if (found == 0) |
393 | terminate | 393 | terminate |
394 | (STATE_UNKNOWN, | 394 | (STATE_UNKNOWN, |
395 | "%s problem - No data recieved from host\nCMD: %s\n", | 395 | "%s problem - No data received from host\nCMD: %s\n", |
396 | label, command_line); | 396 | label, command_line); |
397 | 397 | ||
398 | /* WARNING if output found on stderr */ | 398 | /* WARNING if output found on stderr */ |