From: Michael Adam Date: Wed, 26 Jun 2013 05:11:51 +0000 (+0200) Subject: recoverd: fix a comment typo X-Git-Tag: ctdb-1.0.114.7~3 X-Git-Url: http://git.samba.org/?p=ctdb.git;a=commitdiff_plain;h=527c44c1b710cd74772d70890d79b2831db39e40 recoverd: fix a comment typo Signed-off-by: Michael Adam (cherry picked from commit 741944f118e98f178b860194eecb215180949d18) --- diff --git a/server/ctdb_recoverd.c b/server/ctdb_recoverd.c index b01fadb1..3f63c5c3 100644 --- a/server/ctdb_recoverd.c +++ b/server/ctdb_recoverd.c @@ -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);