From 8117e8593d8ea6acdcd986119739c559670f8f66 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 6 Jan 2009 18:17:40 -0500 Subject: fix typo --- server/monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit