From bfe20df4a54f9b173e87cf2b13db0998a6303335 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Tue, 31 Aug 2010 15:54:19 +0100 Subject: [PATCH] Fix typos in -f help text --- plugins/check_http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/check_http.c b/plugins/check_http.c index f08ad17..6370e32 100644 --- a/plugins/check_http.c +++ b/plugins/check_http.c @@ -1387,7 +1387,7 @@ print_help (void) printf (" %s\n", _("Wrap output in HTML link (obsoleted by urlize)")); printf (" %s\n", "-f, --onredirect="); printf (" %s\n", _("How to handle redirected pages. sticky is like follow but stick to the")); - printf (" %s\n", _("specified IP address. stickyport also ensure post stays the same.")); + printf (" %s\n", _("specified IP address. stickyport also ensures port stays the same.")); printf (" %s\n", "-m, --pagesize=INTEGER<:INTEGER>"); printf (" %s\n", _("Minimum page size required (bytes) : Maximum page size required (bytes)")); -- 2.30.2