summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/include
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-12-10 10:29:32 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:49:08 +0100
commit6ee987ffa14fb44ddfd2908ecc5931f3ee10e597 (patch)
tree8597498cd1b2957bb386abf469df15540059bcd3 /source4/lib/ldb/include
parent1a562591ec8abfdbb0ffcd1dfb14f78655ff0a42 (diff)
downloadsamba-6ee987ffa14fb44ddfd2908ecc5931f3ee10e597.tar.gz
samba-6ee987ffa14fb44ddfd2908ecc5931f3ee10e597.tar.bz2
samba-6ee987ffa14fb44ddfd2908ecc5931f3ee10e597.zip
r26371: Fix typo.
(This used to be commit dcbacd9adb1ded14cbea3513f3db351e5b7bbe87)
Diffstat (limited to 'source4/lib/ldb/include')
-rw-r--r--source4/lib/ldb/include/ldb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/include/ldb.h b/source4/lib/ldb/include/ldb.h
index 59f5f67fd2..e2ff8c6f98 100644
--- a/source4/lib/ldb/include/ldb.h
+++ b/source4/lib/ldb/include/ldb.h
@@ -1217,7 +1217,7 @@ char *ldb_casefold(struct ldb_context *ldb, TALLOC_CTX *mem_ctx, const char *s);
/**
Check the attribute name is valid according to rfc2251
- \param s tthe string to check
+ \param s the string to check
\return 1 if the name is ok
*/