Spelling fixes

This commit is contained in:
Jordi Baylina
2018-09-09 14:08:15 +02:00
parent 14e6c291fd
commit 9c67e47588
7 changed files with 38 additions and 38 deletions

View File

@@ -830,7 +830,7 @@ function execConstrain(ctx, ast) {
if (res.type == "ERROR") return error(ctx, ast, res.errStr);
if (!lc.isZero(res)) {
ctx.constrains.push(lc.toQEQ(res));
ctx.constraints.push(lc.toQEQ(res));
}
return res;