From fe8bb7526b38552f3c861e0ddc6d583442ed0fc5 Mon Sep 17 00:00:00 2001 From: Matthew Maring <56924612+hayden2000@users.noreply.github.com> Date: Sun, 22 Nov 2020 13:30:24 -0500 Subject: [PATCH] Minor typo --- Nasal/FMGC/SimbriefParser.nas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nasal/FMGC/SimbriefParser.nas b/Nasal/FMGC/SimbriefParser.nas index 792df12e..47b2b640 100644 --- a/Nasal/FMGC/SimbriefParser.nas +++ b/Nasal/FMGC/SimbriefParser.nas @@ -161,7 +161,7 @@ var SimbriefParser = { } if (ident == "TOD") { - _foundTOC = 1; + _foundTOD = 1; continue; }