tests/krb5: Fix code spelling
authorJo Sutton <josutton@catalyst.net.nz>
Thu, 21 Mar 2024 23:32:25 +0000 (12:32 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 16 Apr 2024 03:58:31 +0000 (03:58 +0000)
Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/krb5/pkinit_tests.py

index 52cc891c57d979bf7572615cc7750432be7b5db0..5061320609713d11f3c86414ec8c41d98f63e267 100755 (executable)
@@ -589,7 +589,7 @@ class PkInitTests(KDCBaseTest):
                             expect_error=ntstatus.NT_STATUS_WRONG_PASSWORD)
 
     def test_pkinit_ntlm_from_pac(self):
-        """Test public-key PK-INIT to get an NT has and confirm NTLM
+        """Test public-key PK-INIT to get an NT hash and confirm NTLM
            authentication is possible with it."""
         client_creds = self._get_creds()
         client_creds.set_kerberos_state(credentials.AUTO_USE_KERBEROS)
@@ -656,7 +656,7 @@ class PkInitTests(KDCBaseTest):
                             logon_type=netlogon.NetlogonNetworkInformation)
 
     def test_pkinit_ntlm_from_pac_must_change_now(self):
-        """Test public-key PK-INIT to get an NT has and confirm NTLM
+        """Test public-key PK-INIT to get an NT hash and confirm NTLM
            authentication is possible with it."""
         client_creds = self._get_creds()
         client_creds.set_kerberos_state(credentials.AUTO_USE_KERBEROS)