recoverd: fix a comment typo
authorMichael Adam <obnox@samba.org>
Wed, 26 Jun 2013 05:11:51 +0000 (07:11 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 26 Aug 2013 11:35:55 +0000 (13:35 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
(cherry picked from commit 741944f118e98f178b860194eecb215180949d18)

server/ctdb_recoverd.c

index b01fadb1741a407f8aeea14af4c3ee2f65e466af..3f63c5c379b41fece35eca2a9aff51158eba9670 100644 (file)
@@ -2963,7 +2963,7 @@ static void main_loop(struct ctdb_context *ctdb, struct ctdb_recoverd *rec,
        }
 
        /* if the local daemon is STOPPED or BANNED, we verify that the databases are
-          also frozen and thet the recmode is set to active.
+          also frozen and that the recmode is set to active.
        */
        if (rec->node_flags & (NODE_FLAGS_STOPPED | NODE_FLAGS_BANNED)) {
                ret = ctdb_ctrl_getrecmode(ctdb, mem_ctx, CONTROL_TIMEOUT(), CTDB_CURRENT_NODE, &ctdb->recovery_mode);