Skip to content

Commit 8d90505

Browse files
committed
fix typos
1 parent 3812554 commit 8d90505

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testssl.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1785,7 +1785,7 @@ filter_input() {
17851785

17861786
# Dl any URL (arg1) via HTTP 1.1 GET from port 80 or 443 (curl/wget). arg2: file to store http body.
17871787
# Proxy is not honored yet (see cmd line switches) -- except when using curl or wget.
1788-
# The PROXY environment variable is used when specifiied
1788+
# The PROXY environment variable is used when specified
17891789
# Currently this is being used by check_revocation_crl() only.
17901790
#
17911791
http_get() {
@@ -19947,7 +19947,7 @@ run_starttls_injection() {
1994719947
$SOCAT FD:5 UNIX-LISTEN:$uds 2>/dev/null &
1994819948
socat_pid=$!
1994919949

19950-
if "$HAS_DS"; then
19950+
if "$HAS_UDS"; then
1995119951
openssl_bin="$OPENSSL"
1995219952
elif "$HAS2_UDS"; then
1995319953
openssl_bin="$OPENSSL2"

0 commit comments

Comments
 (0)