]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:kdc: Fix typo
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Mon, 20 Mar 2023 20:43:01 +0000 (09:43 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 22 Mar 2023 19:36:28 +0000 (19:36 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Wed Mar 22 19:36:28 UTC 2023 on atb-devel-224

source4/kdc/pac-glue.c

index db08f7ee1ac9be66dfd53ffc49bb235c37d77318..1fcc79a2e6215a5b8a3777c3a74b40c4a2d6d808 100644 (file)
@@ -1366,7 +1366,7 @@ NTSTATUS samba_kdc_get_user_info_dc(TALLOC_CTX *mem_ctx,
                                                &user_info_dc_out->sids,
                                                &user_info_dc_out->num_sids);
        if (!NT_STATUS_IS_OK(nt_status)) {
-               DBG_ERR("Failed to add assertied identity!\n");
+               DBG_ERR("Failed to add asserted identity!\n");
                return nt_status;
        }