From 4c3c8652091c265cc019cd179131d2a215a59cb2 Mon Sep 17 00:00:00 2001
From: kopareigns <kopareigns@gmail.com>
Date: Sat, 10 Mar 2018 11:34:47 -0500
Subject: [PATCH] Fixed misspelled variables

---
 src/utility/miscWidgets.tw | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/utility/miscWidgets.tw b/src/utility/miscWidgets.tw
index 8d7e34fe393..6b226d54150 100644
--- a/src/utility/miscWidgets.tw
+++ b/src/utility/miscWidgets.tw
@@ -1771,7 +1771,7 @@
 		<<if def $PC.customTitleLisp>><<set $titleEnunciate = $PC.customTitleLisp>><<elseif $PC.title != 0>><<set $titleEnunciate = "Mathter">><<else>><<set $titleEnunciate = "Mithtreth">><</if>>
 		<<if $allowFamilyTitles == 1>>
 			<<if $args[0].father == -1>>
-				<<if $args[0].actualAge < 4 && $args[0].physcialAge < 4>>
+				<<if $args[0].actualAge < 4 && $args[0].physicalAge < 4>>
 					<<set $titleEnunciate = "Dadda">>
 				<<elseif $args[0].actualAge < 9>>
 					<<set $titleEnunciate = "Daddy">>
@@ -1779,7 +1779,7 @@
 					<<set $titleEnunciate = "Dad">>
 				<</if>>
 			<<elseif $args[0].mother == -1>>
-				<<if $args[0].actualAge < 4 && $args[0].physcialAge < 4>>
+				<<if $args[0].actualAge < 4 && $args[0].physicalAge < 4>>
 					<<set $titleEnunciate = "Mama">>
 				<<elseif $args[0].actualAge < 9>>
 					<<set $titleEnunciate = "Mommy">>
@@ -1825,7 +1825,7 @@
 		<<if def $PC.customTitle>><<set $titleEnunciate = $PC.customTitle>><<elseif $PC.title != 0>><<set $titleEnunciate = "Master">><<else>><<set $titleEnunciate = "Mistress">><</if>>
 		<<if $allowFamilyTitles == 1>>
 			<<if $args[0].father == -1>>
-				<<if $args[0].actualAge < 4 && $args[0].physcialAge < 4>>
+				<<if $args[0].actualAge < 4 && $args[0].physicalAge < 4>>
 					<<set $titleEnunciate = "Dadda">>
 				<<elseif $args[0].actualAge < 9>>
 					<<set $titleEnunciate = "Daddy">>
@@ -1833,7 +1833,7 @@
 					<<set $titleEnunciate = "Dad">>
 				<</if>>
 			<<elseif $args[0].mother == -1>>
-				<<if $args[0].actualAge < 4 && $args[0].physcialAge < 4>>
+				<<if $args[0].actualAge < 4 && $args[0].physicalAge < 4>>
 					<<set $titleEnunciate = "Mama">>
 				<<elseif $args[0].actualAge < 9>>
 					<<set $titleEnunciate = "Mommy">>
-- 
GitLab