diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2007-02-06 23:30:54 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2007-02-06 23:30:54 (GMT) |
commit | 8572a59254e37a5aee4a113f8737553a511f15a5 (patch) | |
tree | 123aaac1bc5f395c25ddd06b5b3a2907318acd12 | |
parent | 19b97afb125056ed6021d6f6ecf5a9b0ace2b314 (diff) | |
download | monitoring-plugins-8572a59254e37a5aee4a113f8737553a511f15a5.tar.gz |
Correct vim typo in comment block :P
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1612 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r-- | plugins/check_tcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_tcp.c b/plugins/check_tcp.c index c8a2386..1c9a07b 100644 --- a/plugins/check_tcp.c +++ b/plugins/check_tcp.c | |||
@@ -361,7 +361,7 @@ main (int argc, char **argv) | |||
361 | printf (" [%s]", status); | 361 | printf (" [%s]", status); |
362 | 362 | ||
363 | /* perf-data doesn't apply when server doesn't talk properly, | 363 | /* perf-data doesn't apply when server doesn't talk properly, |
364 | * so print all zeroes on warn and criti. Use fperfdata since | 364 | * so print all zeroes on warn and crit. Use fperfdata since |
365 | * localisation settings can make different outputs */ | 365 | * localisation settings can make different outputs */ |
366 | if(match == -2) | 366 | if(match == -2) |
367 | printf ("|%s", | 367 | printf ("|%s", |