From 9bc5ef06cca9329d3b5e8505f9daba2b9178c532 Mon Sep 17 00:00:00 2001 From: s2 Date: Fri, 27 Oct 2017 16:42:30 +0200 Subject: [PATCH] typo --- sshencdec.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sshencdec.sh b/sshencdec.sh index 78a0a5e..cf83807 100755 --- a/sshencdec.sh +++ b/sshencdec.sh @@ -99,7 +99,7 @@ elif [[ -e "$private_key" ]]; then done if [ $decrypted = false ]; then - >&2 echo "no valid decription key supplied" + >&2 echo "no valid decryption key supplied" exit 1 fi