Skip to content

Commit 7d2ed98

Browse files
authored
Fix a typo (#122)
1 parent a3d373b commit 7d2ed98

3 files changed

Lines changed: 21 additions & 21 deletions

File tree

cli/gcdexcl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ bool ConstraintsInterpreter::ConvertToExclusions( OUT CGcdExclusions& gcdExclusi
544544
PrintMessage( InputDataError, L"Constraint definition is incorrect:", failureContext );
545545
break;
546546
case SyntaxErrorType::NoConstraintEnd:
547-
PrintMessage( InputDataError, L"Constraint terminated incorectly:", failureContext );
547+
PrintMessage( InputDataError, L"Constraint terminated incorrectly:", failureContext );
548548
break;
549549
case SyntaxErrorType::NoEndParenthesis:
550550
PrintMessage( InputDataError, L"Missing closing parenthesis:", failureContext );

test/dbg-baseline.log

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44997,7 +44997,7 @@ STDOUT:
4499744997
+++++++++++++++++++++++++++++++++++
4499844998

4499944999
STDERR:
45000-
Input Error: Constraint terminated incorectly: if [G1] > "A" then [G2] > "f";
45000+
Input Error: Constraint terminated incorrectly: if [G1] > "A" then [G2] > "f";
4500145001

4500245002

4500345003

@@ -45261,7 +45261,7 @@ STDOUT:
4526145261
+++++++++++++++++++++++++++++++++++
4526245262

4526345263
STDERR:
45264-
Input Error: Constraint terminated incorectly: if [G1] > "A" then [G2] > 1q;
45264+
Input Error: Constraint terminated incorrectly: if [G1] > "A" then [G2] > 1q;
4526545265

4526645266

4526745267

@@ -45283,7 +45283,7 @@ STDOUT:
4528345283
+++++++++++++++++++++++++++++++++++
4528445284

4528545285
STDERR:
45286-
Input Error: Constraint terminated incorectly: if [G1] > "A" then [G2] > "f"
45286+
Input Error: Constraint terminated incorrectly: if [G1] > "A" then [G2] > "f"
4528745287

4528845288

4528945289

@@ -45327,7 +45327,7 @@ STDOUT:
4532745327
+++++++++++++++++++++++++++++++++++
4532845328

4532945329
STDERR:
45330-
Input Error: Constraint terminated incorectly: [G1] = "A" then [G2] = "g";
45330+
Input Error: Constraint terminated incorrectly: [G1] = "A" then [G2] = "g";
4533145331

4533245332

4533345333

@@ -46815,7 +46815,7 @@ STDOUT:
4681546815
+++++++++++++++++++++++++++++++++++
4681646816

4681746817
STDERR:
46818-
Input Error: Constraint terminated incorectly: if [e] not like "al*" then [a] > 1 els [c] > 1;
46818+
Input Error: Constraint terminated incorrectly: if [e] not like "al*" then [a] > 1 els [c] > 1;
4681946819

4682046820

4682146821

@@ -46859,7 +46859,7 @@ STDOUT:
4685946859
+++++++++++++++++++++++++++++++++++
4686046860

4686146861
STDERR:
46862-
Input Error: Constraint terminated incorectly: if not [f] like "al*" then [b] > 1 else [b] <= 1;
46862+
Input Error: Constraint terminated incorrectly: if not [f] like "al*" then [b] > 1 else [b] <= 1;
4686346863

4686446864

4686546865

@@ -69834,7 +69834,7 @@ STDOUT:
6983469834
+++++++++++++++++++++++++++++++++++
6983569835

6983669836
STDERR:
69837-
Input Error: Constraint terminated incorectly: if [A] = 2 then [B] = 3, [C] = 3;
69837+
Input Error: Constraint terminated incorrectly: if [A] = 2 then [B] = 3, [C] = 3;
6983869838

6983969839

6984069840

@@ -69856,7 +69856,7 @@ STDOUT:
6985669856
+++++++++++++++++++++++++++++++++++
6985769857

6985869858
STDERR:
69859-
Input Error: Constraint terminated incorectly: if [A] = 2 then [B] = 3, [C] = 3,;
69859+
Input Error: Constraint terminated incorrectly: if [A] = 2 then [B] = 3, [C] = 3,;
6986069860

6986169861

6986269862

@@ -69878,7 +69878,7 @@ STDOUT:
6987869878
+++++++++++++++++++++++++++++++++++
6987969879

6988069880
STDERR:
69881-
Input Error: Constraint terminated incorectly: if [A] = 2 then [B] = 3, ,[C]= 3;
69881+
Input Error: Constraint terminated incorrectly: if [A] = 2 then [B] = 3, ,[C]= 3;
6988269882

6988369883

6988469884

@@ -69900,7 +69900,7 @@ STDOUT:
6990069900
+++++++++++++++++++++++++++++++++++
6990169901

6990269902
STDERR:
69903-
Input Error: Constraint terminated incorectly: if ([A] = 2 or [A] = 1) and [F] = 1 then [B] = 3 ,[C] = 3, [C] = 2 , [D] = 1;
69903+
Input Error: Constraint terminated incorrectly: if ([A] = 2 or [A] = 1) and [F] = 1 then [B] = 3 ,[C] = 3, [C] = 2 , [D] = 1;
6990469904

6990569905

6990669906

test/rel-baseline.log

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44992,7 +44992,7 @@ STDOUT:
4499244992
+++++++++++++++++++++++++++++++++++
4499344993

4499444994
STDERR:
44995-
Input Error: Constraint terminated incorectly: if [G1] > "A" then [G2] > "f";
44995+
Input Error: Constraint terminated incorrectly: if [G1] > "A" then [G2] > "f";
4499644996

4499744997

4499844998

@@ -45256,7 +45256,7 @@ STDOUT:
4525645256
+++++++++++++++++++++++++++++++++++
4525745257

4525845258
STDERR:
45259-
Input Error: Constraint terminated incorectly: if [G1] > "A" then [G2] > 1q;
45259+
Input Error: Constraint terminated incorrectly: if [G1] > "A" then [G2] > 1q;
4526045260

4526145261

4526245262

@@ -45278,7 +45278,7 @@ STDOUT:
4527845278
+++++++++++++++++++++++++++++++++++
4527945279

4528045280
STDERR:
45281-
Input Error: Constraint terminated incorectly: if [G1] > "A" then [G2] > "f"
45281+
Input Error: Constraint terminated incorrectly: if [G1] > "A" then [G2] > "f"
4528245282

4528345283

4528445284

@@ -45322,7 +45322,7 @@ STDOUT:
4532245322
+++++++++++++++++++++++++++++++++++
4532345323

4532445324
STDERR:
45325-
Input Error: Constraint terminated incorectly: [G1] = "A" then [G2] = "g";
45325+
Input Error: Constraint terminated incorrectly: [G1] = "A" then [G2] = "g";
4532645326

4532745327

4532845328

@@ -46810,7 +46810,7 @@ STDOUT:
4681046810
+++++++++++++++++++++++++++++++++++
4681146811

4681246812
STDERR:
46813-
Input Error: Constraint terminated incorectly: if [e] not like "al*" then [a] > 1 els [c] > 1;
46813+
Input Error: Constraint terminated incorrectly: if [e] not like "al*" then [a] > 1 els [c] > 1;
4681446814

4681546815

4681646816

@@ -46854,7 +46854,7 @@ STDOUT:
4685446854
+++++++++++++++++++++++++++++++++++
4685546855

4685646856
STDERR:
46857-
Input Error: Constraint terminated incorectly: if not [f] like "al*" then [b] > 1 else [b] <= 1;
46857+
Input Error: Constraint terminated incorrectly: if not [f] like "al*" then [b] > 1 else [b] <= 1;
4685846858

4685946859

4686046860

@@ -69829,7 +69829,7 @@ STDOUT:
6982969829
+++++++++++++++++++++++++++++++++++
6983069830

6983169831
STDERR:
69832-
Input Error: Constraint terminated incorectly: if [A] = 2 then [B] = 3, [C] = 3;
69832+
Input Error: Constraint terminated incorrectly: if [A] = 2 then [B] = 3, [C] = 3;
6983369833

6983469834

6983569835

@@ -69851,7 +69851,7 @@ STDOUT:
6985169851
+++++++++++++++++++++++++++++++++++
6985269852

6985369853
STDERR:
69854-
Input Error: Constraint terminated incorectly: if [A] = 2 then [B] = 3, [C] = 3,;
69854+
Input Error: Constraint terminated incorrectly: if [A] = 2 then [B] = 3, [C] = 3,;
6985569855

6985669856

6985769857

@@ -69873,7 +69873,7 @@ STDOUT:
6987369873
+++++++++++++++++++++++++++++++++++
6987469874

6987569875
STDERR:
69876-
Input Error: Constraint terminated incorectly: if [A] = 2 then [B] = 3, ,[C]= 3;
69876+
Input Error: Constraint terminated incorrectly: if [A] = 2 then [B] = 3, ,[C]= 3;
6987769877

6987869878

6987969879

@@ -69895,7 +69895,7 @@ STDOUT:
6989569895
+++++++++++++++++++++++++++++++++++
6989669896

6989769897
STDERR:
69898-
Input Error: Constraint terminated incorectly: if ([A] = 2 or [A] = 1) and [F] = 1 then [B] = 3 ,[C] = 3, [C] = 2 , [D] = 1;
69898+
Input Error: Constraint terminated incorrectly: if ([A] = 2 or [A] = 1) and [F] = 1 then [B] = 3 ,[C] = 3, [C] = 2 , [D] = 1;
6989969899

6990069900

6990169901

0 commit comments

Comments
 (0)