libcli/security: Fix code spelling
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Wed, 29 Nov 2023 19:18:49 +0000 (08:18 +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>
libcli/security/claims-conversions.c
libcli/security/sddl_conditional_ace.c

index 47afa7b758ba7bd8c6eb6732d5eb8116c8e768bf..bbba597385227261ec19356e50573407080bdd58 100644 (file)
@@ -1189,7 +1189,7 @@ NTSTATUS token_claims_to_claims_v1(TALLOC_CTX *mem_ctx,
                                                         false);
                        if (!NT_STATUS_IS_OK(status)) {
                                talloc_free(claims);
-                               DBG_WARNING("claim sort and uniquess test failed with %s\n",
+                               DBG_WARNING("claim sort and uniqueness test failed with %s\n",
                                            nt_errstr(status));
                                return status;
                        }
index 5203f40abe29ccec8d5b0b8c26f886b21725b31b..d281e186a6c496798a8bf9f3a9b9efc6e29600c9 100644 (file)
@@ -837,7 +837,7 @@ static bool sddl_write_unicode(struct sddl_write_context *ctx,
                 *
                 * The only thing to do is fail.
                 *
-                * THis cannot happen with an ACE created from SDDL,
+                * This cannot happen with an ACE created from SDDL,
                 * because the same no-escapes rule applies on the way
                 * in.
                 */