]> git.street.me.uk Git - andy/dehydrated.git/commitdiff
fix typo in error message
authorSimon Ruderich <simon@ruderich.org>
Tue, 8 Dec 2015 14:19:02 +0000 (15:19 +0100)
committerSimon Ruderich <simon@ruderich.org>
Tue, 8 Dec 2015 15:04:52 +0000 (16:04 +0100)
letsencrypt.sh

index f495cb12a4880e3a88d168dbfbae0f03c5955c0a..69e778c50d973b1fd7d5af3a85d689bdd0d0625b 100755 (executable)
@@ -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