From: Joseph Sutton Date: Thu, 14 Dec 2023 02:26:39 +0000 (+1300) Subject: ldb: Fix code spelling X-Git-Tag: talloc-2.4.2~216 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0a65dff4737ef23d8f98134463933a69f9d84f2b;p=thirdparty%2Fsamba.git ldb: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/lib/ldb/include/ldb.h b/lib/ldb/include/ldb.h index 95c7d527f84..5d83a270573 100644 --- a/lib/ldb/include/ldb.h +++ b/lib/ldb/include/ldb.h @@ -2054,7 +2054,7 @@ int ldb_msg_element_compare_name(struct ldb_message_element *el1, Find elements in a message. This function finds elements and converts to a specific type, with - a give default value if not found. Assumes that elements are + a given default value if not found. Assumes that elements are single valued. */ const struct ldb_val *ldb_msg_find_ldb_val(const struct ldb_message *msg, const char *attr_name);