recoverd: fix a comment typo
authorMichael Adam <obnox@samba.org>
Wed, 26 Jun 2013 05:11:51 +0000 (07:11 +0200)
committerAmitay Isaacs <amitay@gmail.com>
Tue, 2 Jul 2013 07:47:06 +0000 (17:47 +1000)
Signed-off-by: Michael Adam <obnox@samba.org>
(cherry picked from commit 741944f118e98f178b860194eecb215180949d18)

server/ctdb_recoverd.c

index cbe60d5691e71ef3c89ea28de27b4952eb513250..b501817475f92623218cf07f9fff34d88ae21a1b 100644 (file)
@@ -3216,7 +3216,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);