ctdb:vacuum: fix debug message typo in add_record_to_delete_list()
authorMichael Adam <obnox@samba.org>
Thu, 13 Feb 2014 15:44:04 +0000 (16:44 +0100)
committerAmitay Isaacs <amitay@gmail.com>
Fri, 14 Feb 2014 00:14:31 +0000 (11:14 +1100)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/server/ctdb_vacuum.c

index d07afd4f90c45b78cc613fb2d1d4cdfc2881af81..f6900aaf5487e9ce84351a6d4086f5dff06529bb 100644 (file)
@@ -147,7 +147,7 @@ static int add_record_to_delete_list(struct vacuum_data *vdata, TDB_DATA key,
        hash = ctdb_hash(&key);
 
        if (trbt_lookup32(vdata->delete_list, hash)) {
-               DEBUG(DEBUG_INFO, (__location__ " Hash collission when vacuuming, skipping this record.\n"));
+               DEBUG(DEBUG_INFO, (__location__ " Hash collision when vacuuming, skipping this record.\n"));
                return 0;
        }