From 3b5f2022b35ab7b72fa74685451d4912533b7bb0 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Sat, 23 Dec 2023 13:03:57 +0100 Subject: [PATCH] fix typo --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index acd0904..baf226c 100755 --- a/testssl.sh +++ b/testssl.sh @@ -20518,7 +20518,7 @@ maketempf() { fi TEMPDIR=$(mktemp -d "$PWD/testssl.XXXXXX") || exit $ERR_FCREATE fi - ls "$TEMPDIR/" 2>/dev/null || fatal "temporary directory needed not readeable" $ERR_FCREATE + ls "$TEMPDIR/" 2>/dev/null || fatal "temporary directory needed not readable" $ERR_FCREATE TMPFILE=$TEMPDIR/tempfile.txt touch $TEMPFILE 2>/dev/null || fatal "temporary directory needed not writeable" $ERR_FCREATE if [[ "$DEBUG" -eq 0 ]]; then