diff options
author | tb <> | 2024-09-14 07:11:34 +0000 |
---|---|---|
committer | tb <> | 2024-09-14 07:11:34 +0000 |
commit | d07604b9599c250bc9f1b9156c7abcf06f56fa16 (patch) | |
tree | 5432ae725af33761e537f8cc87ed1dff72ebbcc2 | |
parent | ea162376ae75016e99660f45cc9fb8873fb2912d (diff) | |
download | openbsd-d07604b9599c250bc9f1b9156c7abcf06f56fa16.tar.gz openbsd-d07604b9599c250bc9f1b9156c7abcf06f56fa16.tar.bz2 openbsd-d07604b9599c250bc9f1b9156c7abcf06f56fa16.zip |
tlsfuzzer: grammar fix missed in previous
-rw-r--r-- | src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py | 4 |
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 49cd3f1d69..404cb2d893 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.54 2024/09/13 05:58:17 tb Exp $ | 1 | # $OpenBSD: tlsfuzzer.py,v 1.55 2024/09/14 07:11:34 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 | ||
656 | class TestRunner: | 656 | class TestRunner: |
657 | """ Runs the given tests groups against a server and displays stats. """ | 657 | """ Runs the given tests 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, |