From 89c52cd3684700e191fd3e874e5fd2cceffa156e Mon Sep 17 00:00:00 2001
From: lbnesquik <lbnesquik@gmail.com>
Date: Sun, 24 Jan 2021 08:32:34 +0100
Subject: [PATCH] Typos

---
 src/Mods/SecExp/attackOptions.tw | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/Mods/SecExp/attackOptions.tw b/src/Mods/SecExp/attackOptions.tw
index 2cea6dd306e..25d4f2ddf42 100644
--- a/src/Mods/SecExp/attackOptions.tw
+++ b/src/Mods/SecExp/attackOptions.tw
@@ -169,18 +169,18 @@ approximately <strong>_estimatedMen men</strong> are coming, they seem to be
 <strong>_leader</strong> lead your troops.
 <br>&nbsp;&nbsp;&nbsp;&nbsp;
 [[Personally join the battle|attackOptions][$SecExp.war.commander = "PC"]]
-|<<link "Let $assistant.name lead your troops""attackOptions">> <<set $SecExp.war.commander = "assistant">> <</link>>
+| <<link "Let $assistant.name lead your troops""attackOptions">> <<set $SecExp.war.commander = "assistant">> <</link>>
 <<if $BodyguardID !== 0 && $SecExp.edicts.defense.slavesOfficers === 1>>
-	|[[Let your bodyguard lead your troops|attackOptions][$SecExp.war.commander = "bodyguard"]]
+	| [[Let your bodyguard lead your troops|attackOptions][$SecExp.war.commander = "bodyguard"]]
 <</if>>
 <<if $HeadGirlID !== 0 && $SecExp.edicts.defense.slavesOfficers === 1>>
-	|[[Let your Head Girl lead your troops|attackOptions][$SecExp.war.commander = "headGirl"]]
+	| [[Let your Head Girl lead your troops|attackOptions][$SecExp.war.commander = "headGirl"]]
 <</if>>
 <<if $SecExp.edicts.defense.militia >= 1>>
-	|[[Let the citizens' militia officers lead the troops|attackOptions][$SecExp.war.commander = "citizen"]]
+	| [[Let the citizens' militia officers lead the troops|attackOptions][$SecExp.war.commander = "citizen"]]
 <</if>>
 <<if $mercenaries > 0>>
-	|[[Let the mercenary officers lead the troops|attackOptions][$SecExp.war.commander = "mercenary"]]
+	| [[Let the mercenary officers lead the troops|attackOptions][$SecExp.war.commander = "mercenary"]]
 <</if>>
 <<if $SF.Toggle && $SF.Active >= 1 && $SF.MercCon.CanAttend === -2>>
 	|[[Let The Colonel lead the troops|attackOptions][$SecExp.war.commander = "colonel"]]
-- 
GitLab