diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2004-02-20 05:25:13 +0000 |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2004-02-20 05:25:13 +0000 |
commit | 6df5e5c4cd1457b688cc881ed91230b7c59e0eb0 (patch) | |
tree | 72acf7a209ce13a01cf2ee0a542cffbfc613a49d /plugins/negate.c | |
parent | 81b268b078f31329610ec1b9b8fff15d92574a48 (diff) | |
download | monitoring-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/negate.c')
-rw-r--r-- | plugins/negate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/negate.c b/plugins/negate.c index 0b0018f2..2af63019 100644 --- a/plugins/negate.c +++ b/plugins/negate.c | |||
@@ -147,7 +147,7 @@ main (int argc, char **argv) | |||
147 | 147 | ||
148 | if (!found) | 148 | if (!found) |
149 | terminate (STATE_UNKNOWN,\ | 149 | terminate (STATE_UNKNOWN,\ |
150 | "%s problem - No data recieved from host\nCMD: %s\n",\ | 150 | "%s problem - No data received from host\nCMD: %s\n",\ |
151 | argv[0], command_line); | 151 | argv[0], command_line); |
152 | 152 | ||
153 | /* close the pipe */ | 153 | /* close the pipe */ |