1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

tests/krb5: Fix typo

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-02-20 13:47:16 +13:00 committed by Andrew Bartlett
parent c00813b94b
commit 6d19f78cdd

View File

@ -1889,7 +1889,7 @@ class GroupTests(KDCBaseTest):
user_principal,
trust_principal,
primary_group):
# Initialiase the group mapping with the user principal.
# Initialise the group mapping with the user principal.
groups = {
self.user: user_principal,
self.trust_user: trust_principal,