Page 1 of 1

[Nagios-devel] [PATCH 2/2] Fixed typo in cmd.c

Posted: Wed Jan 20, 2010 5:01 pm
by Guest
---
cgi/cmd.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cgi/cmd.c b/cgi/cmd.c
index f3a5ffe..53a95a6 100644
--- a/cgi/cmd.c
+++ b/cgi/cmd.c
@@ -690,7 +690,7 @@ void request_command_data(int cmd){

case CMD_ENABLE_SVC_CHECK:
case CMD_DISABLE_SVC_CHECK:
- printf("%s actice checks of a particular service",(cmd==CMD_ENABLE_SVC_CHECK)?"enable":"disable");
+ printf("%s active checks of a particular service",(cmd==CMD_ENABLE_SVC_CHECK)?"enable":"disable");
break;

case CMD_ENABLE_NOTIFICATIONS:
--
1.6.3.3






This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]