Merge remote-tracking branch 'jsoref/spelling-src'

* jsoref/spelling-src:
  Spelling src
This commit is contained in:
Tim Wojtulewicz 2022-11-11 12:48:20 -07:00
commit 2739275b88
190 changed files with 439 additions and 433 deletions

View file

@ -1090,7 +1090,7 @@ string CPPCompile::GenAssign(const ExprPtr& lhs, const ExprPtr& rhs, const strin
return GenListAssign(lhs, rhs);
default:
reporter->InternalError("bad assigment node in CPPCompile::GenExpr");
reporter->InternalError("bad assignment node in CPPCompile::GenExpr");
return "XXX";
}
}