summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2024-09-13 05:58:17 +0000
committertb <>2024-09-13 05:58:17 +0000
commitea162376ae75016e99660f45cc9fb8873fb2912d (patch)
treecf252ee8b232e6d9c95e56b1c180a37c65824a5c
parent3d60073121c9fed2d9a86b0ec752999b75409e21 (diff)
downloadopenbsd-ea162376ae75016e99660f45cc9fb8873fb2912d.tar.gz
openbsd-ea162376ae75016e99660f45cc9fb8873fb2912d.tar.bz2
openbsd-ea162376ae75016e99660f45cc9fb8873fb2912d.zip
typo: troups -> groups
-rw-r--r--src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py b/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py
index 72ed1d858c..49cd3f1d69 100644
--- a/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py
+++ b/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py
@@ -1,4 +1,4 @@
1# $OpenBSD: tlsfuzzer.py,v 1.53 2024/09/06 14:56:57 tb Exp $ 1# $OpenBSD: tlsfuzzer.py,v 1.54 2024/09/13 05:58:17 tb Exp $
2# 2#
3# Copyright (c) 2020 Theo Buehler <tb@openbsd.org> 3# Copyright (c) 2020 Theo Buehler <tb@openbsd.org>
4# 4#
@@ -654,7 +654,7 @@ failing_groups = [
654] 654]
655 655
656class TestRunner: 656class TestRunner:
657 """ Runs the given tests troups against a server and displays stats. """ 657 """ Runs the given tests groups against a server and displays stats. """
658 658
659 def __init__( 659 def __init__(
660 self, timing=False, verbose=False, host="localhost", port=4433, 660 self, timing=False, verbose=False, host="localhost", port=4433,