Fix typo.
authorKarolin Seeger <kseeger@samba.org>
Mon, 14 Jul 2008 14:40:36 +0000 (16:40 +0200)
committerStefan Metzmacher <metze@samba.org>
Sun, 14 Sep 2008 16:26:59 +0000 (18:26 +0200)
retieve -> retrieve

Karolin
(partialy cherry-picked from 37c64130701ab13b6f34998ac17fec2d128c2e08)
metze
(This used to be commit 4d92e6d582a5b2094b2aaa9008a54b37ccfcc2d7)

source4/lib/ldb/common/ldb_parse.c
source4/lib/replace/snprintf.c

index 8c970a44270f7b5c350fa142b8a51e497ad58109..b233975220997f05377d7e9096332005ee7320b7 100644 (file)
@@ -323,7 +323,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++;
index a174dcffed765670a75e6a25d8e376cca521701d..c54d721ce5e54eabe273943516a9ddc7c628f61f 100644 (file)
@@ -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;