summaryrefslogtreecommitdiffstats
path: root/plugins/check_snmp.c
diff options
context:
space:
mode:
authorKarl DeBisschop <kdebisschop@users.sourceforge.net>2004-02-20 05:25:13 (GMT)
committerKarl DeBisschop <kdebisschop@users.sourceforge.net>2004-02-20 05:25:13 (GMT)
commit6df5e5c4cd1457b688cc881ed91230b7c59e0eb0 (patch)
tree72acf7a209ce13a01cf2ee0a542cffbfc613a49d /plugins/check_snmp.c
parent81b268b078f31329610ec1b9b8fff15d92574a48 (diff)
downloadmonitoring-plugins-6df5e5c4cd1457b688cc881ed91230b7c59e0eb0.tar.gz
spell fix "received"
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/branches/release-1.3.0@818 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_snmp.c')
-rw-r--r--plugins/check_snmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_snmp.c b/plugins/check_snmp.c
index 2db4ecf..4f962a2 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 */