[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-2856-g94a4d7f

Karolin Seeger kseeger at samba.org
Tue Jun 17 08:29:14 GMT 2008


The branch, v3-3-test has been updated
       via  94a4d7fa3209eb668161b8110af6f877b4833fa7 (commit)
      from  16b5b772d216d10613d433884634b1215efbd6e6 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit 94a4d7fa3209eb668161b8110af6f877b4833fa7
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Jun 17 10:30:19 2008 +0200

    idmap: Fix typos in comments.
    
    Karolin

-----------------------------------------------------------------------

Summary of changes:
 source/winbindd/idmap.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/winbindd/idmap.c b/source/winbindd/idmap.c
index d710dd2..8b16f27 100644
--- a/source/winbindd/idmap.c
+++ b/source/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 */


-- 
Samba Shared Repository


More information about the samba-cvs mailing list