fix typo in error message

This commit is contained in:
Simon Ruderich
2015-12-08 15:19:02 +01:00
parent e32ea24c78
commit 84fac54107

View File

@@ -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