groupdb: Fix a typo
authorVolker Lendecke <vl@samba.org>
Sun, 29 Mar 2015 16:17:46 +0000 (18:17 +0200)
committerDavid Disseldorp <ddiss@samba.org>
Mon, 30 Mar 2015 09:04:15 +0000 (11:04 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: David Disseldorp <ddiss@samba.org>
source3/groupdb/mapping_tdb.c

index e793ef350016e31338c4060a96dde2ca86fac74c..c8156d95d3387416ca34078c6e8d605ecbed9cee 100644 (file)
@@ -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);