diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-04-23 08:19:13 +0000 |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-04-23 08:19:13 +0000 |
commit | 140a93ce6bce63df2d70841f2f78aa968ea997d6 (patch) | |
tree | bd47afe61c6c04693150d7250e3c25fd4ececff8 /plugins/check_radius.c | |
parent | 5cfbc550dcae601ee192b92f73969ddcbc13f74f (diff) | |
download | monitoring-plugins-140a93ce6bce63df2d70841f2f78aa968ea997d6.tar.gz |
Correct typo and make the --help notes a bit simpler.
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1983 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_radius.c')
-rw-r--r-- | plugins/check_radius.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/plugins/check_radius.c b/plugins/check_radius.c index 54617f1f..ed937873 100644 --- a/plugins/check_radius.c +++ b/plugins/check_radius.c @@ -3,7 +3,7 @@ * Nagios check_radius plugin * * License: GPL -* Copyright (c) 1999-2007 Nagios Plugins Development Team +* Copyright (c) 1999-2008 Nagios Plugins Development Team * * Last Modified: $Date$ * @@ -33,7 +33,7 @@ const char *progname = "check_radius"; const char *revision = "$Revision$"; -const char *copyright = "2000-2007"; +const char *copyright = "2000-2008"; const char *email = "nagiosplug-devel@lists.sourceforge.net"; #include "common.h" @@ -340,9 +340,8 @@ print_help (void) printf ("%s\n", _("The password option presents a substantial security issue because the")); printf ("%s\n", _("password can be determined by careful watching of the command line in")); printf ("%s\n", _("a process listing. This risk is exacerbated because nagios will")); - printf ("%s\n", _("run the plugin at regular prdictable intervals. Please be sure that")); - printf ("%s\n", _("the password used does not allow access to sensitive system resources,")); - printf ("%s\n", _("otherwise compormise could occur.")); + printf ("%s\n", _("run the plugin at regular predictable intervals. Please be sure that")); + printf ("%s\n", _("the password used does not allow access to sensitive system resources.")); printf (_(UT_SUPPORT)); } |