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

source3/winbindd/idmap_tdb.c

index 898f5cc24c89f4d7a2d45b47c907350af2fa89af..94d253e6e67d85c0f6536a744a9efebe104447a8 100644 (file)
@@ -196,7 +196,7 @@ static bool idmap_tdb_upgrade(struct db_context *db)
        }
 
        if (dbwrap_store_int32(db, "IDMAP_VERSION", IDMAP_VERSION) == -1) {
-               DEBUG(0, ("Unable to dtore idmap version in databse\n"));
+               DEBUG(0, ("Unable to store idmap version in databse\n"));
                return False;
        }