From: Simon Ruderich Date: Tue, 8 Dec 2015 14:19:02 +0000 (+0100) Subject: fix typo in error message X-Git-Tag: v0.1.0~156 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84fac541077bb33238d060b83ec7895891df458b;p=thirdparty%2Fdehydrated.git fix typo in error message --- 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