]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
selftest: Fix code spelling
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Wed, 5 Jul 2023 00:06:33 +0000 (12:06 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 8 Aug 2023 04:39:37 +0000 (04:39 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
selftest/target/Samba.pm

index b959db493cad312a2b2e2bae34d57c2c531ca485..243564066ea07a6a1ae4fd69b3923a3e250acac6 100644 (file)
@@ -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",