summaryrefslogtreecommitdiffstats
path: root/plugins/urlize.c
diff options
context:
space:
mode:
authorChris Pepper <pepper@reppep.com>2009-05-19 12:18:42 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2009-05-19 12:18:42 (GMT)
commit2701ccd500e60537a8c2977a81549ff33eeaef3f (patch)
tree78c7c44499b5271b06590fd1057f077fdcad0b57 /plugins/urlize.c
parentb6362e9cf5a7cdf4489e44c9e84cc2d085d89dc2 (diff)
downloadmonitoring-plugins-2701ccd500e60537a8c2977a81549ff33eeaef3f.tar.gz
Fix a few minor typos
Signed-off-by: Holger Weiss <holger@zedat.fu-berlin.de>
Diffstat (limited to 'plugins/urlize.c')
-rw-r--r--plugins/urlize.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/urlize.c b/plugins/urlize.c
index a362008..202fa04 100644
--- a/plugins/urlize.c
+++ b/plugins/urlize.c
@@ -10,8 +10,8 @@
10* This file contains the urlize plugin 10* This file contains the urlize plugin
11* 11*
12* This plugin wraps the text output of another command (plugin) in HTML <A> 12* This plugin wraps the text output of another command (plugin) in HTML <A>
13* tags, thus displaying the plugin output in as a clickable link in the 13* tags, thus displaying the child plugin's output as a clickable link in the
14* Nagios status screen. The return status is the same as the invoked plugin. 14* Nagios status screen. This plugin returns the status of the invoked plugin.
15* 15*
16* 16*
17* This program is free software: you can redistribute it and/or modify 17* This program is free software: you can redistribute it and/or modify
@@ -167,8 +167,8 @@ print_help (void)
167 printf (COPYRIGHT, copyright, email); 167 printf (COPYRIGHT, copyright, email);
168 168
169 printf ("%s\n", _("This plugin wraps the text output of another command (plugin)")); 169 printf ("%s\n", _("This plugin wraps the text output of another command (plugin)"));
170 printf ("%s\n", _("in HTML <A> tags, thus displaying the plugin output in as a clickable link in")); 170 printf ("%s\n", _("in HTML <A> tags, thus displaying the child plugin's output as a clickable link in"));
171 printf ("%s\n", _("the Nagios status screen. The return status is the same as the invoked plugin.")); 171 printf ("%s\n", _("the Nagios status screen. This plugin returns the status of the invoked plugin."));
172 172
173 printf ("\n\n"); 173 printf ("\n\n");
174 174