From: Jelmer Vernooij Date: Mon, 10 Dec 2007 09:29:32 +0000 (+0100) Subject: r26371: Fix typo. X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=6ee987ffa14fb44ddfd2908ecc5931f3ee10e597;p=kamenim%2Fsamba.git r26371: Fix typo. (This used to be commit dcbacd9adb1ded14cbea3513f3db351e5b7bbe87) --- 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 */