From 2701ccd500e60537a8c2977a81549ff33eeaef3f Mon Sep 17 00:00:00 2001 From: Chris Pepper Date: Tue, 19 May 2009 14:18:42 +0200 Subject: Fix a few minor typos Signed-off-by: Holger Weiss --- plugins/urlize.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/urlize.c') diff --git a/plugins/urlize.c b/plugins/urlize.c index a3620082..202fa048 100644 --- a/plugins/urlize.c +++ b/plugins/urlize.c @@ -10,8 +10,8 @@ * This file contains the urlize plugin * * This plugin wraps the text output of another command (plugin) in HTML -* tags, thus displaying the plugin output in as a clickable link in the -* Nagios status screen. The return status is the same as the invoked plugin. +* tags, thus displaying the child plugin's output as a clickable link in the +* Nagios status screen. This plugin returns the status of the invoked plugin. * * * This program is free software: you can redistribute it and/or modify @@ -167,8 +167,8 @@ print_help (void) printf (COPYRIGHT, copyright, email); printf ("%s\n", _("This plugin wraps the text output of another command (plugin)")); - printf ("%s\n", _("in HTML tags, thus displaying the plugin output in as a clickable link in")); - printf ("%s\n", _("the Nagios status screen. The return status is the same as the invoked plugin.")); + printf ("%s\n", _("in HTML tags, thus displaying the child plugin's output as a clickable link in")); + printf ("%s\n", _("the Nagios status screen. This plugin returns the status of the invoked plugin.")); printf ("\n\n"); -- cgit v1.2.3