Fix typo: reseting -> resetting

This commit is contained in:
Rudi Theunissen 2015-08-28 11:42:03 +12:00
parent 4e77a4b698
commit 17f9c59752

View File

@ -726,7 +726,7 @@ CLI.reset = function(process_name, cb) {
async.eachLimit(ids, cst.CONCURRENT_ACTIONS, function(id, next) {
Satan.executeRemote('resetMetaProcessId', id, function(err, res) {
if (err) console.error(err);
printOut(cst.PREFIX_MSG + 'Reseting meta for process id %d', id);
printOut(cst.PREFIX_MSG + 'Resetting meta for process id %d', id);
return next();
});
}, function(err) {