From d289ed916b1bcf8ad9a04ab22deb76444ee93062 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 29 Jul 2009 14:43:14 +0200 Subject: s3:winbind: fix typo in debugmessage of idmap_tdb Michael --- source3/winbindd/idmap_tdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/winbindd/idmap_tdb.c') diff --git a/source3/winbindd/idmap_tdb.c b/source3/winbindd/idmap_tdb.c index ce7b6aa532..898f5cc24c 100644 --- a/source3/winbindd/idmap_tdb.c +++ b/source3/winbindd/idmap_tdb.c @@ -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; } -- cgit