Code

spell check
authorKarl DeBisschop <kdebisschop@users.sourceforge.net>
Sun, 9 Feb 2003 12:56:32 +0000 (12:56 +0000)
committerKarl DeBisschop <kdebisschop@users.sourceforge.net>
Sun, 9 Feb 2003 12:56:32 +0000 (12:56 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@298 f882894a-f735-0410-b71e-b25c423dba1c

CODING
README

diff --git a/CODING b/CODING
index 95093915b81fb362e0badf5a332851026f8c4249..634b6e56da70bc71089c0ce269feaae6d597376d 100644 (file)
--- a/CODING
+++ b/CODING
@@ -11,10 +11,10 @@ Foundation Coding standards (which are currently available at
 http://www.gnu.org/prep/standards_toc.html). We also follow most of
 the FSF guidelines. Developers may suggest deviations from the FSF
 style recommendations, which will be considered by open discussion on
 http://www.gnu.org/prep/standards_toc.html). We also follow most of
 the FSF guidelines. Developers may suggest deviations from the FSF
 style recommendations, which will be considered by open discussion on
-the netsaintplug-devel mailing list. Any such deviations will apply to
+the nagiosplug-devel mailing list. Any such deviations will apply to
 the entire code base to ensure consistency.
 
 the entire code base to ensure consistency.
 
-Currently, the exceptions to FSF recommendatios are roughly equivalent
+Currently, the exceptions to FSF recommendations are roughly equivalent
 to GNU indent with invoked as 'indent -ts 2 -br'. Specifically, the
 exceptions are as follows:
 
 to GNU indent with invoked as 'indent -ts 2 -br'. Specifically, the
 exceptions are as follows:
 
diff --git a/README b/README
index f3cf36e3c1ba7d92ab05e14359b20bf6bdef146d..85589a5f1c7acc140d2108053b5bda6b7e566540 100644 (file)
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ Nagios Plugins README
 * For instructions on installing these plugins for use with Nagios, read
   the INSTALL file.
 
 * For instructions on installing these plugins for use with Nagios, read
   the INSTALL file.
 
-* For information on what chages have been made or plugin have been added,
+* For information on what changes have been made or plugin have been added,
   read the Changelog file.
 
 * Some plugins require that you have additional programs and/or
   read the Changelog file.
 
 * Some plugins require that you have additional programs and/or
@@ -13,15 +13,12 @@ Nagios Plugins README
   usually not compiled. Read the REQUIREMENTS file for more information.
 
 * Individual plugins are self documenting.  All plugins that comply with
   usually not compiled. Read the REQUIREMENTS file for more information.
 
 * Individual plugins are self documenting.  All plugins that comply with
-  the basic guidleines for development will provide detailed help when
+  the basic guidelines for development will provide detailed help when
   invoked with the '-h' option ('--help' also, if long options are enabled).
 
 * The file command.cfg contains example configurations for many of the
   plugins
 
   invoked with the '-h' option ('--help' also, if long options are enabled).
 
 * The file command.cfg contains example configurations for many of the
   plugins
 
-* The check_nt plugin is no longer distributed here.  See the main NSClient
-  distribution at http://nsclient.ready2run.nl
-
 You can check for the latest plugins at:
   ftp://download.sourceforge.net/pub/sourceforge/nagiosplug
   http://sourceforge.net/projects/nagiosplug/
 You can check for the latest plugins at:
   ftp://download.sourceforge.net/pub/sourceforge/nagiosplug
   http://sourceforge.net/projects/nagiosplug/
@@ -30,7 +27,7 @@ Send mail to nagiosplug-help@lists.sourceforge.net for assistance.  Please
 include the OS type and version that you are using.  Also, run the plugin with
 the '-v' option and provide the resulting version information.  Of course, 
 there may be additional diagnostic information required as well.  Use good
 include the OS type and version that you are using.  Also, run the plugin with
 the '-v' option and provide the resulting version information.  Of course, 
 there may be additional diagnostic information required as well.  Use good
-judgement.
+judgment.
 
 Send mail to nagiosplug-devel@lists.sourceforge.net for developer discussions.
 
 
 Send mail to nagiosplug-devel@lists.sourceforge.net for developer discussions.