From b58cd077bc828c88b3446951891da01ecf132eea Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Tue, 5 Dec 2023 16:54:44 +1300 Subject: [PATCH] s4:dsdb: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- source4/dsdb/samdb/ldb_modules/audit_util.c | 2 +- source4/dsdb/samdb/ldb_modules/util.c | 2 +- source4/dsdb/samdb/samdb.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source4/dsdb/samdb/ldb_modules/audit_util.c b/source4/dsdb/samdb/ldb_modules/audit_util.c index 74b696daa07..9b8b06b6edf 100644 --- a/source4/dsdb/samdb/ldb_modules/audit_util.c +++ b/source4/dsdb/samdb/ldb_modules/audit_util.c @@ -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. diff --git a/source4/dsdb/samdb/ldb_modules/util.c b/source4/dsdb/samdb/ldb_modules/util.c index e92c780ca83..0342da39a94 100644 --- a/source4/dsdb/samdb/ldb_modules/util.c +++ b/source4/dsdb/samdb/ldb_modules/util.c @@ -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 * diff --git a/source4/dsdb/samdb/samdb.h b/source4/dsdb/samdb/samdb.h index 4238f729b75..ba7cd1b5b48 100644 --- a/source4/dsdb/samdb/samdb.h +++ b/source4/dsdb/samdb/samdb.h @@ -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" -- 2.11.4.GIT