From 84fac541077bb33238d060b83ec7895891df458b Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 8 Dec 2015 15:19:02 +0100 Subject: [PATCH] fix typo in error message --- letsencrypt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt.sh b/letsencrypt.sh index f495cb1..69e778c 100755 --- a/letsencrypt.sh +++ b/letsencrypt.sh @@ -93,7 +93,7 @@ _request() { fi if [[ ! "${statuscode:0:1}" = "2" ]]; then - echo " + ERROR: An error occured while sending ${1}-request to ${2} (Status ${statuscode})" >&2 + echo " + ERROR: An error occurred while sending ${1}-request to ${2} (Status ${statuscode})" >&2 echo >&2 echo "Details:" >&2 echo "$(<"${tempcont}"))" >&2 -- 2.47.3