summaryrefslogtreecommitdiff
path: root/source3/groupdb/mapping_tdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/groupdb/mapping_tdb.c')
-rw-r--r--source3/groupdb/mapping_tdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/groupdb/mapping_tdb.c b/source3/groupdb/mapping_tdb.c
index ee8d7526a0..896ad456cd 100644
--- a/source3/groupdb/mapping_tdb.c
+++ b/source3/groupdb/mapping_tdb.c
@@ -968,7 +968,7 @@ static bool mapping_switch(const char *ldb_path)
return True;
failed:
- DEBUG(0,("Failed to swith to tdb group mapping database\n"));
+ DEBUG(0, ("Failed to switch to tdb group mapping database\n"));
if (ltdb) tdb_close(ltdb);
TALLOC_FREE(frame);
return False;