[Nagiosplug-devel] Typos in urlize.c

Chris Pepper pepper at reppep.com
Mon May 18 17:51:27 CEST 2009


--- urlize.c    2009-05-18 10:25:58.000000000 -0400
+++ urlize.pepper.c    2009-05-18 11:46:37.000000000 -0400
@@ -10,8 +10,8 @@
  * This file contains the urlize plugin
  *
  * This plugin wraps the text output of another command (plugin) in 
HTML <A>
-* 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 in 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 @@
      printf (COPYRIGHT, copyright, email);

      printf ("%s\n", _("This plugin wraps the text output of another 
command (plugin)"));
-  printf ("%s\n", _("in HTML <A> 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 <A> tags, thus displaying the child 
plugin's output in as a clickable link in"));
+  printf ("%s\n", _("the Nagios status screen.  This plugin returns the 
status of the invoked plugin."));

    printf ("\n\n");







More information about the Devel mailing list