summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--server/monitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/monitor.c b/server/monitor.c
index 2297957ea..206bbb86c 100644
--- a/server/monitor.c
+++ b/server/monitor.c
@@ -397,7 +397,7 @@ int monitor_process_init(TALLOC_CTX *mem_ctx,
continue;
}
- /* if no command is present to not run the domain */
+ /* if no command is present do not run the domain */
if (svc->command == NULL) {
/* the LOCAL domain does not need a backend at the moment */
if (strcasecmp(doms[i], "LOCAL") != 0) {