diff options
author | Volker Lendecke <vl@samba.org> | 2010-11-02 13:09:50 +0100 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2010-11-02 13:13:39 +0000 |
commit | 4622f2e926acf0bc50237f396b3f629ccd5326ec (patch) | |
tree | 9aa084da324438104b4f7abcd5fe1e2ac979e7b2 /source3 | |
parent | 102e5d101f6174e004d5b003a3a51c065c75b33e (diff) | |
download | samba-4622f2e926acf0bc50237f396b3f629ccd5326ec.tar.gz samba-4622f2e926acf0bc50237f396b3f629ccd5326ec.tar.bz2 samba-4622f2e926acf0bc50237f396b3f629ccd5326ec.zip |
s3: Fix a typo in a DEBUG msg
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Tue Nov 2 13:13:39 UTC 2010 on sn-devel-104
Diffstat (limited to 'source3')
-rw-r--r-- | source3/winbindd/idmap_tdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |