]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
selftest: Fix typo
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 8 Jun 2023 04:17:30 +0000 (16:17 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 14 Jun 2023 22:57:35 +0000 (22:57 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
selftest/target/Samba4.pm

index 9b486c3f3edab7098f84a9d80f9c6f69046abfe5..8506dd5c0037eda32149910ef3a8e4978d4614d7 100755 (executable)
@@ -1097,7 +1097,7 @@ servicePrincipalName: http/testupnspn.$ctx->{dnsname}
                return undef;
        }
 
-       # Create to users alice and bob!
+       # Create two users alice and bob!
        my $user_account_array = ["alice", "bob", "jane", "joe"];
 
        foreach my $user_account (@{$user_account_array}) {