diff options
author | Michael Adam <obnox@samba.org> | 2011-03-11 16:05:44 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-03-14 13:35:52 +0100 |
commit | 3e0d4f8f733af9fe2b06954ff8b83f76f561b440 (patch) | |
tree | dd97ddb6586d6e0349e4b8ac1cc623f2b5eda556 | |
parent | fe852ca33741049d9da6fc1e9416ac32a76d05cf (diff) | |
download | samba-3e0d4f8f733af9fe2b06954ff8b83f76f561b440.tar.gz samba-3e0d4f8f733af9fe2b06954ff8b83f76f561b440.tar.xz samba-3e0d4f8f733af9fe2b06954ff8b83f76f561b440.zip |
vacuum: fix a comment typo
(This used to be ctdb commit a16dc65b4602da5ce2c16578bec2e7882aff240d)
-rw-r--r-- | ctdb/server/ctdb_vacuum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/server/ctdb_vacuum.c b/ctdb/server/ctdb_vacuum.c index 5be946af0e..5bd2b0adbe 100644 --- a/ctdb/server/ctdb_vacuum.c +++ b/ctdb/server/ctdb_vacuum.c @@ -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)); } } |