vacuum: fix a comment typo
authorMichael Adam <obnox@samba.org>
Fri, 11 Mar 2011 15:05:44 +0000 (16:05 +0100)
committerMichael Adam <obnox@samba.org>
Fri, 11 Mar 2011 15:07:05 +0000 (16:07 +0100)
server/ctdb_vacuum.c

index 5be946af0e224d2d66f96fbaf6dea2b352e311d9..5bd2b0adbe30f7ce4ad4cbea783d2016ee4a3b48 100644 (file)
@@ -1305,7 +1305,7 @@ static int insert_record_into_delete_queue(struct ctdb_db_context *ctdb_db,
                        return 0;
                } else {
                        DEBUG(DEBUG_DEBUG,
-                             ("schedule for deletetion: Overwriting entry for "
+                             ("schedule for deletion: Overwriting entry for "
                               "key with hash 0x%08x.\n", hash));
                }
        }