summaryrefslogtreecommitdiff
path: root/source3/lib/ldb/common
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-07-14 16:40:36 +0200
committerKarolin Seeger <kseeger@samba.org>2008-07-14 16:40:36 +0200
commitdf1554192683aacc518c4a95715089d4eab51192 (patch)
tree20aafaf378b19f3459197aba392a1e400fc5a5db /source3/lib/ldb/common
parent9669411d1ea30ca6d2c2bc6bfa4bca8231901b58 (diff)
downloadsamba-df1554192683aacc518c4a95715089d4eab51192.tar.gz
samba-df1554192683aacc518c4a95715089d4eab51192.tar.bz2
samba-df1554192683aacc518c4a95715089d4eab51192.zip
Fix typo.
retieve -> retrieve Karolin (This used to be commit 37c64130701ab13b6f34998ac17fec2d128c2e08)
Diffstat (limited to 'source3/lib/ldb/common')
-rw-r--r--source3/lib/ldb/common/ldb_parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/ldb/common/ldb_parse.c b/source3/lib/ldb/common/ldb_parse.c
index 782e8a8863..bcc92c5b5c 100644
--- a/source3/lib/ldb/common/ldb_parse.c
+++ b/source3/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++;