From 6144cc91380e6382bc074d78c668bd98ae6fa011 Mon Sep 17 00:00:00 2001 From: Daniel Darabos Date: Wed, 22 Jul 2020 19:28:37 +0200 Subject: [PATCH] Fix two more typos. --- script/hosts.js | 2 +- script/nova.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/script/hosts.js b/script/hosts.js index 0c7381f..3ae2de6 100644 --- a/script/hosts.js +++ b/script/hosts.js @@ -89,7 +89,7 @@ clickHost = function(x_host){ setAdventure(x_adventure) } else - write("ERROR: EONS Host
This Host is volitile. It will require a new dimension of attack. You must research this. Quickly.") + write("ERROR: EONS Host
This Host is volatile. It will require a new dimension of attack. You must research this. Quickly.") return } diff --git a/script/nova.js b/script/nova.js index 0072bf5..863dd84 100644 --- a/script/nova.js +++ b/script/nova.js @@ -58,8 +58,8 @@ temp = { addBuffer("A: Don't forget to click your cores!") addBuffer("Q: Why does my timeline restart?") addBuffer("A: This is the way of the universe.") - addBuffer("Q: What is my purpouse?") - addBuffer("A: Your purpouse is yours to make. No fate.") + addBuffer("Q: What is my purpose?") + addBuffer("A: Your purpose is yours to make. No fate.") writeBuffer() } },