monit-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[monit-dev] [monit] r323 committed - Spelling fixes. Thanks to Sergey B


From: monit
Subject: [monit-dev] [monit] r323 committed - Spelling fixes. Thanks to Sergey B Kirpichev
Date: Fri, 18 Feb 2011 16:07:51 +0000

Revision: 323
Author: address@hidden
Date: Fri Feb 18 08:07:12 2011
Log: Spelling fixes. Thanks to Sergey B Kirpichev
http://code.google.com/p/monit/source/detail?r=323

Modified:
 /trunk/CHANGES.txt
 /trunk/monit.pod
 /trunk/util.c

=======================================
--- /trunk/CHANGES.txt  Tue Feb 15 11:12:25 2011
+++ /trunk/CHANGES.txt  Fri Feb 18 08:07:12 2011
@@ -33,6 +33,8 @@
 * If protocol test failed, print request path in the event if it is
   set in monit configuration file. Thanks to Marco for report.

+* Spelling fixes. Thanks to Sergey B Kirpichev.
+


 Version 5.2.3
=======================================
--- /trunk/monit.pod    Tue Feb 15 11:12:25 2011
+++ /trunk/monit.pod    Fri Feb 18 08:07:12 2011
@@ -3015,7 +3015,7 @@

 =item 7. CHECK SYSTEM <unique name>

-The system name is usualy hostname, but any descriptive name can be
+The system name is usually hostname, but any descriptive name can be
 used. This test allows to check general system resources such as
 CPU usage (percent of time spent in user, system and wait), total
 memory usage or load average.
@@ -3331,7 +3331,7 @@
 for a process restart is to first execute the stop-program, wait
 up to 30s for the process to stop and then execute the start-program
 and wait up to 30s for it to start. The length of start or stop
-timeout can be overriden using the 'timeout' option. If Monit was
+timeout can be overridden using the 'timeout' option. If Monit was
 unable to stop or start the service a failed alert message will
 be sent if you have requested alert messages to be sent.

=======================================
--- /trunk/util.c       Wed Jan 19 10:40:32 2011
+++ /trunk/util.c       Fri Feb 18 08:07:12 2011
@@ -1374,7 +1374,7 @@
         }
       }
     } else {
- DEBUG("Process informations not available -- skipping service %s process existence check for this cycle\n", s->name); + DEBUG("Process information not available -- skipping service %s process existence check for this cycle\n", s->name); /* Return value is NOOP - it is based on existing errors bitmap so we don't generate false recovery/failures */
         return ! (s->error & Event_Nonexist);
     }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]