diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2007-02-06 23:30:54 +0000 |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2007-02-06 23:30:54 +0000 |
commit | 8572a59254e37a5aee4a113f8737553a511f15a5 (patch) | |
tree | 123aaac1bc5f395c25ddd06b5b3a2907318acd12 /plugins/check_tcp.c | |
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
Diffstat (limited to 'plugins/check_tcp.c')
-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 c8a23869..1c9a07b7 100644 --- a/plugins/check_tcp.c +++ b/plugins/check_tcp.c @@ -361,7 +361,7 @@ main (int argc, char **argv) printf (" [%s]", status); /* perf-data doesn't apply when server doesn't talk properly, - * so print all zeroes on warn and criti. Use fperfdata since + * so print all zeroes on warn and crit. Use fperfdata since * localisation settings can make different outputs */ if(match == -2) printf ("|%s", |