From e4f3181419f5a395f26fae63632cf6c4242fa1e6 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Mon, 12 Oct 2020 21:58:46 -0400
Subject: [PATCH] spelling

---
 devTools/types/FC/gameState.d.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devTools/types/FC/gameState.d.ts b/devTools/types/FC/gameState.d.ts
index 529b1992dc2..4cbcd1c8167 100644
--- a/devTools/types/FC/gameState.d.ts
+++ b/devTools/types/FC/gameState.d.ts
@@ -116,7 +116,7 @@ declare namespace FC {
 	}
 
 	/**
-	 * These variabels shall not be in the game state and there is a hope they will be exterminated in the future
+	 * These variables shall not be in the game state and there is a hope they will be exterminated in the future
 	 */
 	interface TemporaryVariablesInTheGameState {
 		gameover?: string;
-- 
GitLab