From e69ab3ad8ecb62357df66d1ba2c046834764f0eb Mon Sep 17 00:00:00 2001
From: dsoloha <38593903+dsoloha@users.noreply.github.com>
Date: Sun, 5 Jan 2020 23:51:20 -0500
Subject: [PATCH] Minor text change

---
 src/uncategorized/neighborInteract.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uncategorized/neighborInteract.tw b/src/uncategorized/neighborInteract.tw
index 8f70bfea2d1..a96da68807b 100644
--- a/src/uncategorized/neighborInteract.tw
+++ b/src/uncategorized/neighborInteract.tw
@@ -839,7 +839,7 @@ You have <<print $arcologies.length-1>> neighbors. <br><br>
 
 	<</replace>>
 	<</link>>
-	with an estimated GSP of @@.yellowgreen;<<print cashFormat(Math.trunc((0.1*$arcologies[_currentNeighbor].prosperity*random(100-$economicUncertainty,100+$economicUncertainty))/100))>>m@@ and is ran by
+	which has an estimated GSP of @@.yellowgreen;<<print cashFormat(Math.trunc((0.1*$arcologies[_currentNeighbor].prosperity*random(100-$economicUncertainty,100+$economicUncertainty))/100))>>m@@ and is run by
 	<<if $arcologies[_currentNeighbor].government !== "your agent">>
 		$arcologies[_currentNeighbor].government who own $arcologies[_currentNeighbor].ownership%.
 	<<else>>
-- 
GitLab