diff options
author | Ton Voon <tonvoon@macbook.local> | 2009-02-20 00:00:13 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@macbook.local> | 2009-02-20 00:00:13 +0000 |
commit | 532454485570d76c159b7ddcf218dce1d59c26d3 (patch) | |
tree | 2080263bdd160ed32173955568d78ddbffa9dfce /plugins/check_radius.c | |
parent | 31efea1b490a12a64ce0359c2d847a381d2efb7b (diff) | |
download | monitoring-plugins-532454485570d76c159b7ddcf218dce1d59c26d3.tar.gz |
Typo fixes (Jan Wagner - SF 1878971)
Diffstat (limited to 'plugins/check_radius.c')
-rw-r--r-- | plugins/check_radius.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_radius.c b/plugins/check_radius.c index 98f6bf98..57b7090d 100644 --- a/plugins/check_radius.c +++ b/plugins/check_radius.c @@ -313,7 +313,7 @@ print_help (void) printf ("Copyright (c) 1999 Robert August Vincent II\n"); printf (COPYRIGHT, copyright, email); - printf("%s\n", _("Tests to see if a radius server is accepting connections.")); + printf("%s\n", _("Tests to see if a RADIUS server is accepting connections.")); printf ("\n\n"); @@ -340,7 +340,7 @@ print_help (void) printf (_(UT_TIMEOUT), timeout_interval); printf ("\n"); - printf ("%s\n", _("This plugin tests a radius server to see if it is accepting connections.")); + printf ("%s\n", _("This plugin tests a RADIUS server to see if it is accepting connections.")); printf ("%s\n", _("The server to test must be specified in the invocation, as well as a user")); printf ("%s\n", _("name and password. A configuration file may also be present. The format of")); printf ("%s\n", _("the configuration file is described in the radiusclient library sources.")); |