fix mispell

This commit is contained in:
Keyi Xie
2019-04-09 13:21:46 +08:00
parent 56f1b4795f
commit 172a32d5c6
5 changed files with 9 additions and 9 deletions

View File

@@ -32,7 +32,7 @@ async function _doExecute(task) {
// Always invoke as if it were a callback task
return new Promise((resolve, reject) => {
if (task.length === 1) {
// this is a calback task
// this is a callback task
task((err) => {
if (err) {
return reject(err);