From 4d92e6d582a5b2094b2aaa9008a54b37ccfcc2d7 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Mon, 14 Jul 2008 16:40:36 +0200 Subject: Fix typo. retieve -> retrieve Karolin (partialy cherry-picked from 37c64130701ab13b6f34998ac17fec2d128c2e08) metze --- source/lib/ldb/common/ldb_parse.c | 2 +- source/lib/replace/snprintf.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/lib/ldb/common/ldb_parse.c b/source/lib/ldb/common/ldb_parse.c index 8c970a44270..b2339752209 100644 --- a/source/lib/ldb/common/ldb_parse.c +++ b/source/lib/ldb/common/ldb_parse.c @@ -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++; diff --git a/source/lib/replace/snprintf.c b/source/lib/replace/snprintf.c index a174dcffed7..c54d721ce5e 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; -- cgit v1.2.1