r26371: Fix typo.
authorJelmer Vernooij <jelmer@samba.org>
Mon, 10 Dec 2007 09:29:32 +0000 (10:29 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 21 Dec 2007 04:49:08 +0000 (05:49 +0100)
(This used to be commit dcbacd9adb1ded14cbea3513f3db351e5b7bbe87)

source4/lib/ldb/include/ldb.h

index 59f5f67fd2a288b3fbc01e09dfca8a83665d9990..e2ff8c6f98c53412144c9ac8ed8bd0c8c347887b 100644 (file)
@@ -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
 */