From 4622f2e926acf0bc50237f396b3f629ccd5326ec Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 2 Nov 2010 13:09:50 +0100 Subject: s3: Fix a typo in a DEBUG msg Autobuild-User: Volker Lendecke Autobuild-Date: Tue Nov 2 13:13:39 UTC 2010 on sn-devel-104 --- 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 778cfda0b9..6d2ab8ef37 100644 --- a/source3/winbindd/idmap_tdb.c +++ b/source3/winbindd/idmap_tdb.c @@ -197,7 +197,7 @@ static bool idmap_tdb_upgrade(struct idmap_domain *dom, struct db_context *db) } if (dbwrap_store_int32(db, "IDMAP_VERSION", IDMAP_VERSION) == -1) { - DEBUG(0, ("Unable to store idmap version in databse\n")); + DEBUG(0, ("Unable to store idmap version in database\n")); return False; } -- cgit