From 0a65dff4737ef23d8f98134463933a69f9d84f2b Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Thu, 14 Dec 2023 15:26:39 +1300 Subject: [PATCH] ldb: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- lib/ldb/include/ldb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.3