summaryrefslogtreecommitdiffstats
path: root/plugins/check_radius.c
diff options
context:
space:
mode:
authorTon Voon <tonvoon@macbook.local>2009-02-20 00:00:13 (GMT)
committerTon Voon <tonvoon@macbook.local>2009-02-20 00:00:13 (GMT)
commit532454485570d76c159b7ddcf218dce1d59c26d3 (patch)
tree2080263bdd160ed32173955568d78ddbffa9dfce /plugins/check_radius.c
parent31efea1b490a12a64ce0359c2d847a381d2efb7b (diff)
downloadmonitoring-plugins-532454485570d76c159b7ddcf218dce1d59c26d3.tar.gz
Typo fixes (Jan Wagner - SF 1878971)
Diffstat (limited to 'plugins/check_radius.c')
-rw-r--r--plugins/check_radius.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_radius.c b/plugins/check_radius.c
index 98f6bf9..57b7090 100644
--- a/plugins/check_radius.c
+++ b/plugins/check_radius.c
@@ -313,7 +313,7 @@ print_help (void)
313 printf ("Copyright (c) 1999 Robert August Vincent II\n"); 313 printf ("Copyright (c) 1999 Robert August Vincent II\n");
314 printf (COPYRIGHT, copyright, email); 314 printf (COPYRIGHT, copyright, email);
315 315
316 printf("%s\n", _("Tests to see if a radius server is accepting connections.")); 316 printf("%s\n", _("Tests to see if a RADIUS server is accepting connections."));
317 317
318 printf ("\n\n"); 318 printf ("\n\n");
319 319
@@ -340,7 +340,7 @@ print_help (void)
340 printf (_(UT_TIMEOUT), timeout_interval); 340 printf (_(UT_TIMEOUT), timeout_interval);
341 341
342 printf ("\n"); 342 printf ("\n");
343 printf ("%s\n", _("This plugin tests a radius server to see if it is accepting connections.")); 343 printf ("%s\n", _("This plugin tests a RADIUS server to see if it is accepting connections."));
344 printf ("%s\n", _("The server to test must be specified in the invocation, as well as a user")); 344 printf ("%s\n", _("The server to test must be specified in the invocation, as well as a user"));
345 printf ("%s\n", _("name and password. A configuration file may also be present. The format of")); 345 printf ("%s\n", _("name and password. A configuration file may also be present. The format of"));
346 printf ("%s\n", _("the configuration file is described in the radiusclient library sources.")); 346 printf ("%s\n", _("the configuration file is described in the radiusclient library sources."));