Addittions
This commit is contained in:
@@ -50,6 +50,10 @@ if command -v aspell &> /dev/null; then
|
||||
done
|
||||
fi
|
||||
done <<< "$ERRORS"
|
||||
echo -e "\nMisspelled words:\n"
|
||||
while IFS= read -r word; do
|
||||
echo "$word"
|
||||
done <<< "$ERRORS"
|
||||
MISSPELLED=1
|
||||
echo ""
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user