[SCM] Samba Shared Repository - branch v3-2-stable updated - release-3-2-0-28-g7ae9f59

Karolin Seeger kseeger at samba.org
Mon Jul 14 14:42:27 GMT 2008


The branch, v3-2-stable has been updated
       via  7ae9f594d962ea39d233b6024f3ef3ebcaf73581 (commit)
      from  9a4a8cc875eeccc4b8a23117724073f6b5581f4c (commit)

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


- Log -----------------------------------------------------------------
commit 7ae9f594d962ea39d233b6024f3ef3ebcaf73581
Author: Karolin Seeger <kseeger at samba.org>
Date:   Mon Jul 14 16:40:36 2008 +0200

    Fix typo.
    
    retieve -> retrieve
    
    Karolin
    (cherry picked from commit 37c64130701ab13b6f34998ac17fec2d128c2e08)
    (cherry picked from commit cacd84b86d14740ebb5e285d5882063aea5cd866)

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

Summary of changes:
 source/lib/ldb/common/ldb_parse.c |    2 +-
 source/lib/replace/snprintf.c     |    2 +-
 source/passdb/pdb_ldap.c          |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/lib/ldb/common/ldb_parse.c b/source/lib/ldb/common/ldb_parse.c
index 782e8a8..bcc92c5 100644
--- a/source/lib/ldb/common/ldb_parse.c
+++ b/source/lib/ldb/common/ldb_parse.c
@@ -322,7 +322,7 @@ static enum ldb_parse_op ldb_parse_filtertype(void *mem_ctx, char **type, char *
 
 	while (isspace((unsigned char)*p)) p++;
 
-	/* retieve value */
+	/* retrieve value */
 	t = p;
 
 	while (*p && ((*p != ')') || ((*p == ')') && (*(p - 1) == '\\')))) p++;
diff --git a/source/lib/replace/snprintf.c b/source/lib/replace/snprintf.c
index a174dcf..c54d721 100644
--- a/source/lib/replace/snprintf.c
+++ b/source/lib/replace/snprintf.c
@@ -526,7 +526,7 @@ static int dopr(char *buffer, size_t maxlen, const char *format, va_list args_in
 		}
 	}
 
-	/* retieve the format arguments */
+	/* retrieve the format arguments */
 	for (pnum = 0; pnum < max_pos; pnum++) {
 		int i;
 
diff --git a/source/passdb/pdb_ldap.c b/source/passdb/pdb_ldap.c
index cf5b72b..2e6dd40 100644
--- a/source/passdb/pdb_ldap.c
+++ b/source/passdb/pdb_ldap.c
@@ -5664,7 +5664,7 @@ static NTSTATUS ldapsam_set_primary_group(struct pdb_methods *my_methods,
 	DEBUG(0,("ldapsam_set_primary_group: Attempt to set primary group for user [%s]\n", pdb_get_username(sampass)));
 
 	if (!sid_to_gid(pdb_get_group_sid(sampass), &gid)) {
-		DEBUG(0,("ldapsam_set_primary_group: failed to retieve gid from user's group SID!\n"));
+		DEBUG(0,("ldapsam_set_primary_group: failed to retrieve gid from user's group SID!\n"));
 		return NT_STATUS_UNSUCCESSFUL;
 	}
 	gidstr = talloc_asprintf(mem_ctx, "%d", gid);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list