From: Joseph Sutton Date: Wed, 5 Jul 2023 00:06:33 +0000 (+1200) Subject: selftest: Fix code spelling X-Git-Tag: tevent-0.16.0~1204 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4a643e61b2008dd0a059f7c7eb53641eea1f0d5;p=thirdparty%2Fsamba.git selftest: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/selftest/target/Samba.pm b/selftest/target/Samba.pm index b959db493ca..243564066ea 100644 --- a/selftest/target/Samba.pm +++ b/selftest/target/Samba.pm @@ -342,7 +342,7 @@ sub mk_krb5_conf($$) if (defined($ENV{MITKRB5})) { print KRB5CONF " - # Set the grace clocskew to 5 seconds + # Set the grace clockskew to 5 seconds # This is especially required by samba3.raw.session krb5 and # reauth tests when not using Heimdal clockskew = 5 @@ -935,7 +935,7 @@ my @exported_envvars = ( "SAMSID", # only use these 2 as a last resort. Some tests need to test both client- - # side and server-side. In this case, run as default client, ans access + # side and server-side. In this case, run as default client, and access # server's smb.conf as needed, typically using: # param.LoadParm(filename_for_non_global_lp=os.environ['SERVERCONFFILE']) "SERVERCONFFILE",