Code

Typo fixes (Jan Wagner - SF 1878971)
[nagiosplug.git] / plugins / check_radius.c
index 98f6bf98e6b551f6e1c6a3e9b17957b0e9a7c886..57b7090d77d2ec7cd5e71b38c5725d0e069c5a37 100644 (file)
@@ -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."));