]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:dsdb: Fix code spelling
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 5 Dec 2023 03:54:44 +0000 (16:54 +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>
source4/dsdb/samdb/ldb_modules/audit_util.c
source4/dsdb/samdb/ldb_modules/util.c
source4/dsdb/samdb/samdb.h

index 74b696daa07575c30cb810804297668c60222762..9b8b06b6edf133926e17997c8e8357d2f43e9aac 100644 (file)
@@ -460,7 +460,7 @@ const char *dsdb_audit_get_modification_action(unsigned int flags)
  *           value is not encoded.
  *
  * truncated Indicates that the length of the value exceeded MAX_LENGTH and was
- *           truncated.  Note that vales are truncated and then base64 encoded.
+ *           truncated.  Note that values are truncated and then base64 encoded.
  *           so an encoded value can be longer than MAX_LENGTH.
  *
  * @param array the JSON array to append the value to.
index e92c780ca83763d7a4d6dd9556b05cb665c50f6d..0342da39a94a108b3d662004ae28fdce97810a3c 100644 (file)
@@ -1862,7 +1862,7 @@ int dsdb_fix_dn_rdncase(struct ldb_context *ldb, struct ldb_dn *dn)
  * @param ldb  ldb context
  * @param schema cached schema for ldb. We may get it, but it is very time consuming.
  *                     Hence leave the responsibility to the caller.
- * @param obj  AD object to determint objectCategory for
+ * @param obj  AD object to determine objectCategory for
  * @param mem_ctx Memory context - usually it is obj actually
  * @param pobjectcategory location to store found objectCategory
  *
index 4238f729b7590f19c3ea6cd8488b5b2a6d22dc3d..ba7cd1b5b4853db6bc8457b5a25b53c2f172f9ac 100644 (file)
@@ -150,7 +150,7 @@ struct dsdb_control_password_change {
 
 /*
  * passed from the descriptor module in order to
- * store the recalucated nTSecurityDescriptor without
+ * store the recalculated nTSecurityDescriptor without
  * modifying the replPropertyMetaData.
  */
 #define DSDB_CONTROL_SEC_DESC_PROPAGATION_OID "1.3.6.1.4.1.7165.4.3.21"
@@ -313,7 +313,7 @@ struct dsdb_fsmo_extended_op {
 
 /*
  * passed from the descriptor module in order to
- * store the recalucated nTSecurityDescriptor without
+ * store the recalculated nTSecurityDescriptor without
  * modifying the replPropertyMetaData.
  */
 #define DSDB_EXTENDED_SEC_DESC_PROPAGATION_OID "1.3.6.1.4.1.7165.4.4.7"