server:ctdb_send_dmaster_reply: fix a message typo.
authorMichael Adam <obnox@samba.org>
Wed, 6 Jan 2010 13:59:23 +0000 (14:59 +0100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Tue, 23 Feb 2010 10:07:54 +0000 (21:07 +1100)
Michael

(This used to be ctdb commit aa63f728152c37e31cecf2258efcdc8cf5ac0092)

ctdb/server/ctdb_call.c

index 6ad9305f330f2789a8b2399c643ebed1b8d166df..e07b98c72d30d16803ba3626122a3ee74da36b24 100644 (file)
@@ -151,7 +151,7 @@ static void ctdb_send_dmaster_reply(struct ctdb_db_context *ctdb_db,
        }
 
        if (ctdb->methods == NULL) {
-               ctdb_fatal(ctdb, "ctdb_send_dmaster_reply cant update dmaster sicne transport is down");
+               ctdb_fatal(ctdb, "ctdb_send_dmaster_reply cant update dmaster since transport is down");
                return;
        }