Skip to content

Commit d6fee85

Browse files
authored
Merge pull request #674 from pgrimaud/master
docs: fix typos
2 parents bf49720 + bd83464 commit d6fee85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

smtchecker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function handleSMTQueries (inputJSON: any, outputJSON: any, solverFunction: any,
2020
}
2121

2222
// Note: all existing solved queries are replaced.
23-
// This assumes that all neccessary queries are quested above.
23+
// This assumes that all necessary queries are quested above.
2424
inputJSON.auxiliaryInput = { smtlib2responses: responses };
2525
return inputJSON;
2626
}

solc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const files = program.args;
5555
const destination = options.outputDir || '.';
5656

5757
function abort (msg) {
58-
console.error(msg || 'Error occured');
58+
console.error(msg || 'Error occurred');
5959
process.exit(1);
6060
}
6161

0 commit comments

Comments
 (0)