s3:selftest: Fix code spelling
authorAndreas Schneider <asn@samba.org>
Mon, 17 Jul 2023 16:25:41 +0000 (18:25 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 19 Jul 2023 09:58:37 +0000 (09:58 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
source3/selftest/tests.py

index b1e33595ad8aad7c92647e1cedba06b48199e4aa..b069630605aba22f09482e67deb828905b24245f 100755 (executable)
@@ -1101,7 +1101,7 @@ for t in tests:
         plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/tmp -U$USERNAME%$PASSWORD', 'over ncacn_np ')
         plansmbtorture4testsuite(t, "nt4_dc", 'ncacn_ip_tcp:$SERVER_IP -U$USERNAME%$PASSWORD', 'over ncacn_ip_tcp ')
     elif t.startswith("rpc.lsa."):
-        # This avoids the rpc.lsa.* tests runing under ncacn_ip_tcp:
+        # This avoids the rpc.lsa.* tests running under ncacn_ip_tcp:
         # (there is rpc.lsa.secrets fails due to OpenPolicy2 for example)
         plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/tmp -U$USERNAME%$PASSWORD')
     elif t == "rpc.mdssvc":