]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
tests/krb5: Fix typo
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Mon, 30 Jan 2023 22:53:13 +0000 (11:53 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 3 Mar 2023 01:07:36 +0000 (01:07 +0000)
'of', not 'on'.

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/krb5/group_tests.py

index c820fce8145ad5707500595054a55d83c47e1743..87f2fc5236570b1a12505dd30e9d5279b0e56f8f 100755 (executable)
@@ -1879,7 +1879,7 @@ class GroupTests(KDCBaseTest):
                                               'groupType')
         samdb.modify(msg)
 
-    # Create an arrangement on groups based on a configuration specified in a
+    # Create an arrangement of groups based on a configuration specified in a
     # test case. 'user_principal' is a principal representing the user account;
     # 'trust_principal', a principal representing the account of a user from
     # another domain.