diff options
author | Karolin Seeger <kseeger@samba.org> | 2008-07-14 16:40:36 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-09-14 18:26:59 +0200 |
commit | 2bb8ef091c7ea0e77d221d3bef467ed4dfb3d441 (patch) | |
tree | 93feb8aca238a531d7575106d83cdfb58329f8d6 /source4 | |
parent | 277e095f78ec4d222a6a71ee92d1d83efd08a5e0 (diff) | |
download | samba-2bb8ef091c7ea0e77d221d3bef467ed4dfb3d441.tar.gz samba-2bb8ef091c7ea0e77d221d3bef467ed4dfb3d441.tar.bz2 samba-2bb8ef091c7ea0e77d221d3bef467ed4dfb3d441.zip |
Fix typo.
retieve -> retrieve
Karolin
(partialy cherry-picked from 37c64130701ab13b6f34998ac17fec2d128c2e08)
metze
(This used to be commit 4d92e6d582a5b2094b2aaa9008a54b37ccfcc2d7)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/ldb/common/ldb_parse.c | 2 | ||||
-rw-r--r-- | source4/lib/replace/snprintf.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/ldb/common/ldb_parse.c b/source4/lib/ldb/common/ldb_parse.c index 8c970a4427..b233975220 100644 --- a/source4/lib/ldb/common/ldb_parse.c +++ b/source4/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/source4/lib/replace/snprintf.c b/source4/lib/replace/snprintf.c index a174dcffed..c54d721ce5 100644 --- a/source4/lib/replace/snprintf.c +++ b/source4/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; |