From: Joseph Sutton Date: Mon, 20 Mar 2023 20:43:01 +0000 (+1300) Subject: s4:kdc: Fix typo X-Git-Tag: talloc-2.4.1~1346 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e3cbc2c6418a876ab4770f1fd5ff12e8c8dae9d;p=thirdparty%2Fsamba.git s4:kdc: Fix typo Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Wed Mar 22 19:36:28 UTC 2023 on atb-devel-224 --- diff --git a/source4/kdc/pac-glue.c b/source4/kdc/pac-glue.c index db08f7ee1ac..1fcc79a2e62 100644 --- a/source4/kdc/pac-glue.c +++ b/source4/kdc/pac-glue.c @@ -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; }