Addittions

This commit is contained in:
2025-10-03 22:22:17 -06:00
parent 723fda29f2
commit dfb1bf4ee5
3 changed files with 23 additions and 1 deletions
+4
View File
@@ -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