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 750c47e..b17a417 100644 --- a/plugins/check_snmp.c +++ b/plugins/check_snmp.c | |||
@@ -319,7 +319,7 @@ main (int argc, char **argv) | |||
319 | 319 | ||
320 | if (found == 0) | 320 | if (found == 0) |
321 | die (STATE_UNKNOWN, | 321 | die (STATE_UNKNOWN, |
322 | _("%s problem - No data recieved from host\nCMD: %s\n"), | 322 | _("%s problem - No data received from host\nCMD: %s\n"), |
323 | label, | 323 | label, |
324 | command_line); | 324 | command_line); |
325 | 325 | ||