diff --git a/src/utility/miscWidgets.tw b/src/utility/miscWidgets.tw index 8d7e34fe393c3e8713e57b07c4df31f8515ee693..6b226d5415058c1d23a8c00fab84c813cf36e8d5 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">>