diff --git a/cli/gcdexcl.cpp b/cli/gcdexcl.cpp
index 6f160ee0db9bc4b6690a178355733b05005bd52d..ae47a673d1e7ab5d4964096df614ac5562604c06 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 e16f41a712b06b4bc3c770cf7ae4f1fcfd3cb9c0..54e6cb14810fa5c1482a9d3d2020d30fcbbea580 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 303ba57293c9b398ff11da75dc3ff1cb4a1ba20a..4de27b82601a2bcee32014ed7dacbba1d20beddf 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;