fix typos

This commit is contained in:
Dirk Wetter
2025-07-12 18:51:24 +02:00
parent 3812554987
commit 8d905054f3

View File

@ -1785,7 +1785,7 @@ filter_input() {
# Dl any URL (arg1) via HTTP 1.1 GET from port 80 or 443 (curl/wget). arg2: file to store http body. # Dl any URL (arg1) via HTTP 1.1 GET from port 80 or 443 (curl/wget). arg2: file to store http body.
# Proxy is not honored yet (see cmd line switches) -- except when using curl or wget. # Proxy is not honored yet (see cmd line switches) -- except when using curl or wget.
# The PROXY environment variable is used when specifiied # The PROXY environment variable is used when specified
# Currently this is being used by check_revocation_crl() only. # Currently this is being used by check_revocation_crl() only.
# #
http_get() { http_get() {
@ -19947,7 +19947,7 @@ run_starttls_injection() {
$SOCAT FD:5 UNIX-LISTEN:$uds 2>/dev/null & $SOCAT FD:5 UNIX-LISTEN:$uds 2>/dev/null &
socat_pid=$! socat_pid=$!
if "$HAS_DS"; then if "$HAS_UDS"; then
openssl_bin="$OPENSSL" openssl_bin="$OPENSSL"
elif "$HAS2_UDS"; then elif "$HAS2_UDS"; then
openssl_bin="$OPENSSL2" openssl_bin="$OPENSSL2"