]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
tests/krb5: Fix typo
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Mon, 20 Feb 2023 00:47:16 +0000 (13:47 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 3 Mar 2023 01:07:36 +0000 (01:07 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/krb5/group_tests.py

index 87f2fc5236570b1a12505dd30e9d5279b0e56f8f..7df6bf52b350219bcacb93ef71d20474a857d06a 100755 (executable)
@@ -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,