From 4ecd5f2204dc536f0aacedf0fb01fae1bcb92e20 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Sun, 2 Aug 2020 12:36:35 -0400
Subject: [PATCH] spellcheck

---
 src/pregmod/FCTV/FCTV.js         | 2 +-
 src/uncategorized/costsBudget.js | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/pregmod/FCTV/FCTV.js b/src/pregmod/FCTV/FCTV.js
index fe503e7d1e7..6d85dd76dd1 100644
--- a/src/pregmod/FCTV/FCTV.js
+++ b/src/pregmod/FCTV/FCTV.js
@@ -6,7 +6,7 @@ receiver - What is the state of the network box.
 channel[numberAsString] - how many times it has been viewed.
 channel.last - program viewed last week.
 pcViewership.count - How many weeks since the PC last watched FCTV.
-pcViewership.frequency - How oftern should the PC watch FCTV.
+pcViewership.frequency - How often should the PC watch FCTV.
 	-1: Never.
 	1: at least once a week.
 	2: least every two weeks.
diff --git a/src/uncategorized/costsBudget.js b/src/uncategorized/costsBudget.js
index 6e9a02cb84d..3f68e52de47 100644
--- a/src/uncategorized/costsBudget.js
+++ b/src/uncategorized/costsBudget.js
@@ -186,9 +186,9 @@ App.UI.Budget.Cost = function() {
 	// SLAVES
 	addToggle(generateRowGroup("Miscellaneous Slave Income and Expenses", "SLAVES"), [
 		generateRowCategory("Slave Porn", "porn"),
-		generateRowCategory("Slave Modifcations", "slaveMod"),
+		generateRowCategory("Slave Modifications", "slaveMod"),
 		generateRowCategory("Slave Surgery", "slaveSurgery"),
-		generateRowCategory("Slave Birhting", "birth")
+		generateRowCategory("Slave Birthing", "birth")
 	]);
 
 	// MENIAL LABOR
-- 
GitLab