s3-winbindd: Fix typo in comment.
authorKarolin Seeger <kseeger@samba.org>
Tue, 13 Apr 2010 18:08:22 +0000 (20:08 +0200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 13 Apr 2010 18:08:22 +0000 (20:08 +0200)
Karolin

source3/winbindd/wb_group_members.c

index a7eb9ba437a56f78fc44b1ac5eee0cecf9341948..3ab3cb230ed5bf204285ced85f44e1434081b9b1 100644 (file)
@@ -269,7 +269,7 @@ static NTSTATUS wb_groups_members_recv(struct tevent_req *req,
 /*
  * This is the routine expanding a list of groups up to a certain level. We
  * collect the users in a talloc_dict: We have to add them without duplicates,
- * and and talloc_dict is an indexed (here indexed by SID) data structure.
+ * and talloc_dict is an indexed (here indexed by SID) data structure.
  */
 
 struct wb_group_members_state {