Fix typos

This commit is contained in:
Kian-Meng Ang 2022-06-28 19:57:42 +08:00
parent 01df16ca9f
commit b8552ec6c4
11 changed files with 17 additions and 17 deletions

View file

@ -41,7 +41,7 @@ if (arg) {
{encoding: 'utf8'}
);
if (diff.length !== 0) {
console.error('There are uncommited changes.');
console.error('There are uncommitted changes.');
process.exit(1);
}