s3:winbind: fix typo in debugmessage of idmap_tdb
authorMichael Adam <obnox@samba.org>
Wed, 29 Jul 2009 12:43:14 +0000 (14:43 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 29 Jul 2009 14:26:26 +0000 (16:26 +0200)
Michael

source3/winbindd/idmap_tdb.c

index ce7b6aa532f3dbb0daffecd42ac5b39237f5ed64..898f5cc24c89f4d7a2d45b47c907350af2fa89af 100644 (file)
@@ -296,7 +296,7 @@ static NTSTATUS idmap_tdb_open_db(TALLOC_CTX *memctx,
 
                if (!idmap_tdb_upgrade(db)) {
                        db->transaction_cancel(db);
-                       DEBUG(0, ("Unable to open idmap database, it's in an old formati, and upgrade failed!\n"));
+                       DEBUG(0, ("Unable to open idmap database, it's in an old format, and upgrade failed!\n"));
                        ret = NT_STATUS_INTERNAL_DB_ERROR;
                        goto done;
                }