From a44158949a458c5f6fb7ee2afca058b0c026752d Mon Sep 17 00:00:00 2001 From: Arkerthan <arkerthan@gmail.com> Date: Tue, 12 May 2020 18:27:06 +0200 Subject: [PATCH] fix typo --- src/interaction/policies/policies.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interaction/policies/policies.tw b/src/interaction/policies/policies.tw index 6083c16b494..3bdbe074d99 100644 --- a/src/interaction/policies/policies.tw +++ b/src/interaction/policies/policies.tw @@ -456,7 +456,7 @@ More policies will become available as the arcology develops.// <<if $policies.immmigrationRep == 1>> <br>''Welcome Program:'' you are using your personal influence to encourage wealthy people to immigrate. <span class="yellow">[[Repeal|Policies][$policies.immmigrationRep = 0]]</span> - <<e;seif $policies.immmigrationRep == -1>> + <<elseif $policies.immmigrationRep == -1>> <br>''Citizen Input on Immigration:'' you are selectively turning away potential immigrants to the arcology based on the recommendations of citizens. <span class="yellow">[[Repeal|Policies][$policies.immmigrationRep = 0]]</span> <<else>> -- GitLab