From: Joseph Sutton Date: Mon, 20 Feb 2023 00:47:16 +0000 (+1300) Subject: tests/krb5: Fix typo X-Git-Tag: talloc-2.4.1~1557 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d19f78cdd583c3fd865dcd14388cd76126f5e12;p=thirdparty%2Fsamba.git tests/krb5: Fix typo Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/python/samba/tests/krb5/group_tests.py b/python/samba/tests/krb5/group_tests.py index 87f2fc52365..7df6bf52b35 100755 --- a/python/samba/tests/krb5/group_tests.py +++ b/python/samba/tests/krb5/group_tests.py @@ -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,