From: Karolin Seeger Date: Tue, 17 Jun 2008 08:30:19 +0000 (+0200) Subject: idmap: Fix typos in comments. X-Git-Tag: samba-4.0.0alpha6~801^2~1039 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a7cf0bd32aa3b5a26d361e300247638d1e0e159e;p=thirdparty%2Fsamba.git idmap: Fix typos in comments. Karolin (This used to be commit 94a4d7fa3209eb668161b8110af6f877b4833fa7) --- diff --git a/source3/winbindd/idmap.c b/source3/winbindd/idmap.c index d710dd2ce3a..8b16f27f7da 100644 --- a/source3/winbindd/idmap.c +++ b/source3/winbindd/idmap.c @@ -798,7 +798,7 @@ NTSTATUS idmap_init(void) } } - /* cleanpu temporary strings */ + /* cleanup temporary strings */ TALLOC_FREE( compat_backend ); idmap_init_status = NT_STATUS_OK; @@ -1359,7 +1359,7 @@ NTSTATUS idmap_unixids_to_sids(struct id_map **ids) } } - /* let's see if there is any id mapping to be retieved + /* let's see if there is any id mapping to be retrieved * from the backends */ if (bi) { /* Only do query if we are online */ @@ -1477,7 +1477,7 @@ NTSTATUS idmap_sids_to_unixids(struct id_map **ids) } } - /* let's see if there is any id mapping to be retieved + /* let's see if there is any id mapping to be retrieved * from the backends */ if (bids) { /* Only do query if we are online */