From 0f28dccb742f958a212831101f74b50f19341ba7 Mon Sep 17 00:00:00 2001
From: Cayleth <vikingbaerserker@gmail.com>
Date: Wed, 6 Mar 2019 16:26:55 -0800
Subject: [PATCH] Typo fix

Added a missing @ symbol to longslavedescription.tw
---
 src/uncategorized/longSlaveDescription.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uncategorized/longSlaveDescription.tw b/src/uncategorized/longSlaveDescription.tw
index ac65d6a8e82..1b085286a92 100644
--- a/src/uncategorized/longSlaveDescription.tw
+++ b/src/uncategorized/longSlaveDescription.tw
@@ -1175,7 +1175,7 @@ is
 				<<elseif isAunt(_lover, $activeSlave)>>
 					$He is in an @@.lightgreen;incestuous relationship with $his niece, <<= SlaveFullName(_lover)>>.@@
 				<<elseif areCousins($activeSlave, _lover)>>
-					$He is in an @@.lightgreen;incestuous relationship with $his cousin, <<= SlaveFullName(_lover)>>.@
+					$He is in an @@.lightgreen;incestuous relationship with $his cousin, <<= SlaveFullName(_lover)>>.@@
 				<</if>>
 			<<else>>
 				<<switch areSisters($activeSlave, _lover)>>
-- 
GitLab