tests/krb5: Fix malapropism
authorJo Sutton <josutton@catalyst.net.nz>
Thu, 11 Apr 2024 04:31:51 +0000 (16:31 +1200)
committerJo Sutton <jsutton@samba.org>
Sun, 21 Apr 2024 22:10:36 +0000 (22:10 +0000)
Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/krb5/lockout_tests.py

index 389e7456ca5f1ea2dd6db5c576d095bf490b3e39..4338290c7ceadc93550bf4765df8e27c7dfcfa34 100755 (executable)
@@ -800,7 +800,7 @@ class LockoutTests(KDCBaseTest):
             samdb.transaction_start()
             try:
                 # Lock out the account. We must do it using an actual password
-                # check like so, rather than directly with a database
+                # change like so, rather than directly with a database
                 # modification, so that the account is also added to the
                 # auxiliary bad password database.