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

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

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

Post 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]
Locked