From: Andreas Schneider Date: Thu, 3 Aug 2023 13:49:45 +0000 (+0200) Subject: testprogs: Fix code spelling X-Git-Tag: tevent-0.16.0~910 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7ed7405af938e757d895464028345a1b669ccfb;p=thirdparty%2Fsamba.git testprogs: Fix code spelling Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- diff --git a/testprogs/blackbox/test_kinit.sh b/testprogs/blackbox/test_kinit.sh index 80188e8f852..d9fb6c4808b 100755 --- a/testprogs/blackbox/test_kinit.sh +++ b/testprogs/blackbox/test_kinit.sh @@ -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%" diff --git a/testprogs/blackbox/test_net_ads.sh b/testprogs/blackbox/test_net_ads.sh index decc5a07667..9f7c7b953a7 100755 --- a/testprogs/blackbox/test_net_ads.sh +++ b/testprogs/blackbox/test_net_ads.sh @@ -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 diff --git a/testprogs/blackbox/test_weak_disable_ntlmssp_ldap.sh b/testprogs/blackbox/test_weak_disable_ntlmssp_ldap.sh index 1e619811d48..d2f1c8fdfc8 100755 --- a/testprogs/blackbox/test_weak_disable_ntlmssp_ldap.sh +++ b/testprogs/blackbox/test_weak_disable_ntlmssp_ldap.sh @@ -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ý if [ $# -lt 2 ]; then diff --git a/testprogs/win32/spoolss/README.win32 b/testprogs/win32/spoolss/README.win32 index 0c10f60e665..f43a9c70b41 100644 --- a/testprogs/win32/spoolss/README.win32 +++ b/testprogs/win32/spoolss/README.win32 @@ -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