From b2d2fd2c6785b7d459a9dd0dcbe4a0cc1a922030 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 29 Mar 2015 18:17:46 +0200 Subject: [PATCH] groupdb: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: David Disseldorp --- source3/groupdb/mapping_tdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/groupdb/mapping_tdb.c b/source3/groupdb/mapping_tdb.c index e793ef35001..c8156d95d33 100644 --- a/source3/groupdb/mapping_tdb.c +++ b/source3/groupdb/mapping_tdb.c @@ -101,7 +101,7 @@ static bool init_group_mapping(void) vers_id = DATABASE_VERSION_V2; } - /* if its an unknown version we remove everthing in the db */ + /* if its an unknown version we remove everything in the db */ if (vers_id != DATABASE_VERSION_V2) { tdb_wipe_all(tdb); -- 2.34.1