diff options
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 */ |