blocks: fix codespell issues

This commit is contained in:
Mario Trangoni
2018-04-13 19:07:13 +02:00
parent 3fb204cc0d
commit 9a11b574ca
5 changed files with 5 additions and 5 deletions

View File

@@ -22,6 +22,6 @@ log() {
log $RUN_CMD
$RUN_CMD
# Exit immidiately in case of any errors or when we have interactive terminal
# Exit immediately in case of any errors or when we have interactive terminal
if [[ $? != 0 ]] || test -t 0; then exit $?; fi
log