tools/ctdb: fix a typo in a debug message
authorMichael Adam <obnox@samba.org>
Fri, 2 Sep 2011 14:23:22 +0000 (16:23 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 2 Sep 2011 14:23:48 +0000 (16:23 +0200)
tools/ctdb.c

index bdf034266f9d2d8cd941066f2cbbe2adfddd5990..8528de70eec75d43434fb71b60db2b1a5f8e50be 100644 (file)
@@ -4145,7 +4145,7 @@ static int control_backupdb(struct ctdb_context *ctdb, int argc, const char **ar
                        DEBUG(DEBUG_ERR,("database '%s' is unhealthy: %s\n",
                                         argv[0], reason));
 
-                       DEBUG(DEBUG_ERR,("disallow backup : tunnable AllowUnhealthyDBRead = %u\n",
+                       DEBUG(DEBUG_ERR,("disallow backup : tunable AllowUnhealthyDBRead = %u\n",
                                         allow_unhealthy));
                        talloc_free(tmp_ctx);
                        return -1;