Fix typos
This commit is contained in:
parent
01df16ca9f
commit
b8552ec6c4
11 changed files with 17 additions and 17 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue