]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ldb: Fix code spelling
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Mon, 4 Dec 2023 22:41:24 +0000 (11:41 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 8 Dec 2023 02:28:33 +0000 (02:28 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/ldb/include/ldb.h

index 825df7401bb760f69015a53f858fa93fdee06375..95c7d527f84ecc249d620a223c9d1c8211884011 100644 (file)
@@ -1864,7 +1864,7 @@ struct ldb_dn *ldb_dn_new(TALLOC_CTX *mem_ctx, struct ldb_context *ldb, const ch
   Allocate a new DN from a printf style format string and arguments
 
   \param mem_ctx TALLOC context to return resulting ldb_dn structure on
-  \param new_fms The new DN as a format string (plus arguments)
+  \param new_fmt 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 syntactically correct
 */
@@ -2093,7 +2093,7 @@ struct ldb_message *ldb_msg_copy(TALLOC_CTX *mem_ctx,
                                 const struct ldb_message *msg);
 
 /*
- * ldb_msg_canonicalize() is now depreciated
+ * ldb_msg_canonicalize() is now deprecated
  * Please use ldb_msg_normalize() instead
  *
  * NOTE: Returned ldb_message object is allocated
@@ -2111,7 +2111,7 @@ int ldb_msg_normalize(struct ldb_context *ldb,
 
 
 /*
- * ldb_msg_diff() is now depreciated
+ * ldb_msg_diff() is now deprecated
  * Please use ldb_msg_difference() instead
  *
  * NOTE: Returned ldb_message object is allocated