From: Joseph Sutton Date: Thu, 8 Jun 2023 04:17:30 +0000 (+1200) Subject: selftest: Fix typo X-Git-Tag: talloc-2.4.1~394 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60f76b9ec82af634601fa1e9a608f0cf077e49c3;p=thirdparty%2Fsamba.git selftest: Fix typo Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm index 9b486c3f3ed..8506dd5c003 100755 --- a/selftest/target/Samba4.pm +++ b/selftest/target/Samba4.pm @@ -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}) {