From 8572a59254e37a5aee4a113f8737553a511f15a5 Mon Sep 17 00:00:00 2001 From: Thomas Guyot-Sionnest Date: Tue, 6 Feb 2007 23:30:54 +0000 Subject: 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 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) 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", -- cgit v0.10-9-g596f