]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
testprogs: Fix code spelling
authorAndreas Schneider <asn@samba.org>
Thu, 3 Aug 2023 13:49:45 +0000 (15:49 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 14 Aug 2023 21:45:30 +0000 (21:45 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
testprogs/blackbox/test_kinit.sh
testprogs/blackbox/test_net_ads.sh
testprogs/blackbox/test_weak_disable_ntlmssp_ldap.sh
testprogs/win32/spoolss/README.win32

index 80188e8f852b4bd74518e358c67cf74d01b8899b..d9fb6c4808bc3449b92d148f85b1f4744ba5cdab 100755 (executable)
@@ -103,7 +103,7 @@ test_smbclient "Test login with kerberos ccache (initial)" \
 rm -f "${KRB5CCNAME_PATH}"
 
 ###########################################################
-### Test kinit with enterprice principal
+### Test kinit with enterprise principal
 ###########################################################
 
 testit "kinit with password (enterprise style)" \
@@ -216,7 +216,7 @@ test_smbclient "Test login with new user kerberos ccache" \
 rm -f "${KRB5CCNAME_PATH}"
 
 ###########################################################
-### Test kinit fter changing password with samba-tool
+### Test kinit after changing password with samba-tool
 ###########################################################
 
 NEW_USERPASS="testPaSS@34%"
index decc5a0766782eb562f52501946ef97eb04adc97..9f7c7b953a785a13772b30729902118cb8db5b27 100755 (executable)
@@ -142,7 +142,7 @@ found_ad=$($net_tool ads setspn list -U$DC_USERNAME%$DC_PASSWORD | grep $service
 found_keytab=$($net_tool ads keytab list -U$DC_USERNAME%$DC_PASSWORD --option="kerberosmethod=dedicatedkeytab" --option="dedicatedkeytabfile=$dedicated_keytab_file" | grep $service | wc -l)
 # test after create that a spn that exists in the keytab but shouldn't
 # be written to the AD.
-testit "test spn service doensn't exist in AD but is present in keytab file after keytab create" test $found_ad -eq 0 -a $found_keytab -gt 1 || failed=$(expr $failed + 1)
+testit "test spn service doesn't exist in AD but is present in keytab file after keytab create" test $found_ad -eq 0 -a $found_keytab -gt 1 || failed=$(expr $failed + 1)
 
 # SPN parser is very basic but does detect some illegal combination
 
index 1e619811d480127ce4619f0ffbd9c1dff4778552..d2f1c8fdfc80b8d56dee6d216b21700fa8ec7297 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# Blackbox tests for diabing NTLMSSP for ldap clinet connections
+# Blackbox tests for diabing NTLMSSP for ldap client connections
 # Copyright (c) 2022      Pavel Filipenský <pfilipen@redhat.com>
 
 if [ $# -lt 2 ]; then
index 0c10f60e665845ed75b04a9a435bbe7a5438a1a8..f43a9c70b4186e9f0a8871e49e045057d34a9401 100644 (file)
@@ -16,7 +16,7 @@ Currently the real build target is named "testspoolss.exe". Run
 
     nmake /f Makefile
 
-to build the testspoolss.exe. After a successfull build you may want to clean up
+to build the testspoolss.exe. After a successful build you may want to clean up
 temporary files:
 
     nmake /f Makefile cleantmp