From 7d2ed98c28b837d8337976b7cbf421bd3c4b89dd Mon Sep 17 00:00:00 2001
From: East Monster <89259667+EastMonster@users.noreply.github.com>
Date: Sat, 22 Jun 2024 02:20:46 +0800
Subject: [PATCH] Fix a typo (#122)

---
 cli/gcdexcl.cpp       |  2 +-
 test/dbg-baseline.log | 20 ++++++++++----------
 test/rel-baseline.log | 20 ++++++++++----------
 3 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/cli/gcdexcl.cpp b/cli/gcdexcl.cpp
index 6f160ee..ae47a67 100644
--- a/cli/gcdexcl.cpp
+++ b/cli/gcdexcl.cpp
@@ -544,7 +544,7 @@ bool ConstraintsInterpreter::ConvertToExclusions( OUT CGcdExclusions& gcdExclusi
                 PrintMessage( InputDataError, L"Constraint definition is incorrect:", failureContext );
                 break;
             case SyntaxErrorType::NoConstraintEnd:
-                PrintMessage( InputDataError, L"Constraint terminated incorectly:", failureContext );
+                PrintMessage( InputDataError, L"Constraint terminated incorrectly:", failureContext );
                 break;
             case SyntaxErrorType::NoEndParenthesis:
                 PrintMessage( InputDataError, L"Missing closing parenthesis:", failureContext );
diff --git a/test/dbg-baseline.log b/test/dbg-baseline.log
index e16f41a..54e6cb1 100644
--- a/test/dbg-baseline.log
+++ b/test/dbg-baseline.log
@@ -44997,7 +44997,7 @@ STDOUT:
 +++++++++++++++++++++++++++++++++++
 
 STDERR:
-Input Error: Constraint terminated incorectly: if [G1] > "A" then [G2] > "f";
+Input Error: Constraint terminated incorrectly: if [G1] > "A" then [G2] > "f";
 
 
 
@@ -45261,7 +45261,7 @@ STDOUT:
 +++++++++++++++++++++++++++++++++++
 
 STDERR:
-Input Error: Constraint terminated incorectly: if [G1] > "A" then [G2] > 1q;
+Input Error: Constraint terminated incorrectly: if [G1] > "A" then [G2] > 1q;
 
 
 
@@ -45283,7 +45283,7 @@ STDOUT:
 +++++++++++++++++++++++++++++++++++
 
 STDERR:
-Input Error: Constraint terminated incorectly: if [G1] > "A" then [G2] > "f"
+Input Error: Constraint terminated incorrectly: if [G1] > "A" then [G2] > "f"
 
 
 
@@ -45327,7 +45327,7 @@ STDOUT:
 +++++++++++++++++++++++++++++++++++
 
 STDERR:
-Input Error: Constraint terminated incorectly: [G1] = "A" then [G2] = "g";
+Input Error: Constraint terminated incorrectly: [G1] = "A" then [G2] = "g";
 
 
 
@@ -46815,7 +46815,7 @@ STDOUT:
 +++++++++++++++++++++++++++++++++++
 
 STDERR:
-Input Error: Constraint terminated incorectly: if [e] not like "al*" then [a] > 1 els [c] > 1;
+Input Error: Constraint terminated incorrectly: if [e] not like "al*" then [a] > 1 els [c] > 1;
 
 
 
@@ -46859,7 +46859,7 @@ STDOUT:
 +++++++++++++++++++++++++++++++++++
 
 STDERR:
-Input Error: Constraint terminated incorectly: if not [f] like "al*" then [b] > 1 else [b] <= 1;
+Input Error: Constraint terminated incorrectly: if not [f] like "al*" then [b] > 1 else [b] <= 1;
 
 
 
@@ -69834,7 +69834,7 @@ STDOUT:
 +++++++++++++++++++++++++++++++++++
 
 STDERR:
-Input Error: Constraint terminated incorectly: if [A] = 2 then [B] = 3, [C] = 3;
+Input Error: Constraint terminated incorrectly: if [A] = 2 then [B] = 3, [C] = 3;
 
 
 
@@ -69856,7 +69856,7 @@ STDOUT:
 +++++++++++++++++++++++++++++++++++
 
 STDERR:
-Input Error: Constraint terminated incorectly: if [A] = 2 then [B] = 3, [C] = 3,;
+Input Error: Constraint terminated incorrectly: if [A] = 2 then [B] = 3, [C] = 3,;
 
 
 
@@ -69878,7 +69878,7 @@ STDOUT:
 +++++++++++++++++++++++++++++++++++
 
 STDERR:
-Input Error: Constraint terminated incorectly: if [A] = 2 then [B] = 3, ,[C]= 3;
+Input Error: Constraint terminated incorrectly: if [A] = 2 then [B] = 3, ,[C]= 3;
 
 
 
@@ -69900,7 +69900,7 @@ STDOUT:
 +++++++++++++++++++++++++++++++++++
 
 STDERR:
-Input Error: Constraint terminated incorectly: if ([A] = 2 or [A] = 1) and [F] = 1 then [B] = 3 ,[C] = 3, [C] = 2 , [D] = 1;
+Input Error: Constraint terminated incorrectly: if ([A] = 2 or [A] = 1) and [F] = 1 then [B] = 3 ,[C] = 3, [C] = 2 , [D] = 1;
 
 
 
diff --git a/test/rel-baseline.log b/test/rel-baseline.log
index 303ba57..4de27b8 100644
--- a/test/rel-baseline.log
+++ b/test/rel-baseline.log
@@ -44992,7 +44992,7 @@ STDOUT:
 +++++++++++++++++++++++++++++++++++
 
 STDERR:
-Input Error: Constraint terminated incorectly: if [G1] > "A" then [G2] > "f";
+Input Error: Constraint terminated incorrectly: if [G1] > "A" then [G2] > "f";
 
 
 
@@ -45256,7 +45256,7 @@ STDOUT:
 +++++++++++++++++++++++++++++++++++
 
 STDERR:
-Input Error: Constraint terminated incorectly: if [G1] > "A" then [G2] > 1q;
+Input Error: Constraint terminated incorrectly: if [G1] > "A" then [G2] > 1q;
 
 
 
@@ -45278,7 +45278,7 @@ STDOUT:
 +++++++++++++++++++++++++++++++++++
 
 STDERR:
-Input Error: Constraint terminated incorectly: if [G1] > "A" then [G2] > "f"
+Input Error: Constraint terminated incorrectly: if [G1] > "A" then [G2] > "f"
 
 
 
@@ -45322,7 +45322,7 @@ STDOUT:
 +++++++++++++++++++++++++++++++++++
 
 STDERR:
-Input Error: Constraint terminated incorectly: [G1] = "A" then [G2] = "g";
+Input Error: Constraint terminated incorrectly: [G1] = "A" then [G2] = "g";
 
 
 
@@ -46810,7 +46810,7 @@ STDOUT:
 +++++++++++++++++++++++++++++++++++
 
 STDERR:
-Input Error: Constraint terminated incorectly: if [e] not like "al*" then [a] > 1 els [c] > 1;
+Input Error: Constraint terminated incorrectly: if [e] not like "al*" then [a] > 1 els [c] > 1;
 
 
 
@@ -46854,7 +46854,7 @@ STDOUT:
 +++++++++++++++++++++++++++++++++++
 
 STDERR:
-Input Error: Constraint terminated incorectly: if not [f] like "al*" then [b] > 1 else [b] <= 1;
+Input Error: Constraint terminated incorrectly: if not [f] like "al*" then [b] > 1 else [b] <= 1;
 
 
 
@@ -69829,7 +69829,7 @@ STDOUT:
 +++++++++++++++++++++++++++++++++++
 
 STDERR:
-Input Error: Constraint terminated incorectly: if [A] = 2 then [B] = 3, [C] = 3;
+Input Error: Constraint terminated incorrectly: if [A] = 2 then [B] = 3, [C] = 3;
 
 
 
@@ -69851,7 +69851,7 @@ STDOUT:
 +++++++++++++++++++++++++++++++++++
 
 STDERR:
-Input Error: Constraint terminated incorectly: if [A] = 2 then [B] = 3, [C] = 3,;
+Input Error: Constraint terminated incorrectly: if [A] = 2 then [B] = 3, [C] = 3,;
 
 
 
@@ -69873,7 +69873,7 @@ STDOUT:
 +++++++++++++++++++++++++++++++++++
 
 STDERR:
-Input Error: Constraint terminated incorectly: if [A] = 2 then [B] = 3, ,[C]= 3;
+Input Error: Constraint terminated incorrectly: if [A] = 2 then [B] = 3, ,[C]= 3;
 
 
 
@@ -69895,7 +69895,7 @@ STDOUT:
 +++++++++++++++++++++++++++++++++++
 
 STDERR:
-Input Error: Constraint terminated incorectly: if ([A] = 2 or [A] = 1) and [F] = 1 then [B] = 3 ,[C] = 3, [C] = 2 , [D] = 1;
+Input Error: Constraint terminated incorrectly: if ([A] = 2 or [A] = 1) and [F] = 1 then [B] = 3 ,[C] = 3, [C] = 2 , [D] = 1;
 
 
 
-- 
GitLab