Fix typos (#661)

This commit is contained in:
Kian-Meng Ang
2022-04-23 21:14:45 +08:00
committed by GitHub
parent 79364dbbdc
commit 7a094cec63
3 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ generate () {
cat $name.md | generate_from_stdin $name.epub $language
}
# Check if depencies exist
# Check if dependencies exist
check_dependencies () {
for dependency in "${dependencies[@]}"
do