diff --git a/src/taskworker.js b/src/taskworker.js index 0af5a400b..74f69198a 100755 --- a/src/taskworker.js +++ b/src/taskworker.js @@ -47,7 +47,7 @@ function initialize(callback) { } // Main process starts here -debug(`Staring task ${taskId}`); +debug(`Starting task ${taskId}`); initialize(function (error) { if (error) return process.exit(50);