From: Volker Lendecke Date: Tue, 6 Sep 2022 10:35:20 +0000 (+0200) Subject: ldb: Fix a typo X-Git-Tag: talloc-2.4.0~1140 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=47e2df56f6d9534fb89cd18a939abe750ed8952c;p=thirdparty%2Fsamba.git ldb: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/lib/ldb/include/ldb.h b/lib/ldb/include/ldb.h index 63d8aedd672..1b3021b0fba 100644 --- a/lib/ldb/include/ldb.h +++ b/lib/ldb/include/ldb.h @@ -1857,7 +1857,7 @@ struct ldb_dn *ldb_dn_new(TALLOC_CTX *mem_ctx, struct ldb_context *ldb, const ch \param mem_ctx TALLOC context to return resulting ldb_dn structure on \param new_fms The new DN as a format string (plus arguments) - \note The DN will not be parsed at this time. Use ldb_dn_validate to tell if the DN is syntacticly correct + \note The DN will not be parsed at this time. Use ldb_dn_validate to tell if the DN is syntactically correct */ struct ldb_dn *ldb_dn_new_fmt(TALLOC_CTX *mem_ctx, struct ldb_context *ldb, const char *new_fmt, ...) PRINTF_ATTRIBUTE(3,4);