Skip to content

Commit

Permalink
docs: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrimaud committed Dec 25, 2022
1 parent bf49720 commit bd83464
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion smtchecker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function handleSMTQueries (inputJSON: any, outputJSON: any, solverFunction: any,
}

// Note: all existing solved queries are replaced.
// This assumes that all neccessary queries are quested above.
// This assumes that all necessary queries are quested above.
inputJSON.auxiliaryInput = { smtlib2responses: responses };
return inputJSON;
}
Expand Down
2 changes: 1 addition & 1 deletion solc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const files = program.args;
const destination = options.outputDir || '.';

function abort (msg) {
console.error(msg || 'Error occured');
console.error(msg || 'Error occurred');
process.exit(1);
}

Expand Down

0 comments on commit bd83464

Please sign in to comment.