From 8693ae741c98b42a900d1f3b529326cca56297c9 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 14 Apr 2010 21:48:38 +0200 Subject: s3: Fix a typo --- source3/groupdb/mapping_tdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/groupdb') 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; -- cgit