diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-10 10:29:32 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:49:08 +0100 |
commit | 6ee987ffa14fb44ddfd2908ecc5931f3ee10e597 (patch) | |
tree | 8597498cd1b2957bb386abf469df15540059bcd3 | |
parent | 1a562591ec8abfdbb0ffcd1dfb14f78655ff0a42 (diff) | |
download | samba-6ee987ffa14fb44ddfd2908ecc5931f3ee10e597.tar.gz samba-6ee987ffa14fb44ddfd2908ecc5931f3ee10e597.tar.bz2 samba-6ee987ffa14fb44ddfd2908ecc5931f3ee10e597.zip |
r26371: Fix typo.
(This used to be commit dcbacd9adb1ded14cbea3513f3db351e5b7bbe87)
-rw-r--r-- | source4/lib/ldb/include/ldb.h | 2 |
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 */ |