[Nagiosplug-checkins] nagiosplug/plugins check_tcp.c,1.87,1.88
Thomas Guyot
dermoth at users.sourceforge.net
Wed Feb 7 00:30:56 CET 2007
Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv21240/plugins
Modified Files:
check_tcp.c
Log Message:
Correct vim typo in comment block :P
Index: check_tcp.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_tcp.c,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- check_tcp.c 6 Feb 2007 21:03:21 -0000 1.87
+++ check_tcp.c 6 Feb 2007 23:30:54 -0000 1.88
@@ -361,7 +361,7 @@
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",
More information about the Commits
mailing list