Fix two more typos.

This commit is contained in:
Daniel Darabos 2020-07-22 19:28:37 +02:00
parent c6a94ff6ab
commit 6144cc9138
2 changed files with 3 additions and 3 deletions

View File

@ -89,7 +89,7 @@ clickHost = function(x_host){
setAdventure(x_adventure)
}
else
write("ERROR: EONS Host<br>This Host is volitile. It will require a new dimension of attack. You must research this. Quickly.")
write("ERROR: EONS Host<br>This Host is volatile. It will require a new dimension of attack. You must research this. Quickly.")
return
}

View File

@ -58,8 +58,8 @@ temp = {
addBuffer("<span class='txt sm'>A: Don't forget to click your cores!</span>")
addBuffer("<span class='txt sm'>Q: Why does my timeline restart?</span>")
addBuffer("<span class='txt sm'>A: This is the way of the universe.</span>")
addBuffer("<span class='txt sm'>Q: What is my purpouse?</span>")
addBuffer("<span class='txt sm'>A: Your purpouse is yours to make. No fate.</span>")
addBuffer("<span class='txt sm'>Q: What is my purpose?</span>")
addBuffer("<span class='txt sm'>A: Your purpose is yours to make. No fate.</span>")
writeBuffer()
}
},