fix a typo in comment

fixes issue 464
v0.7.4-release
Travis Swicegood 2010-11-28 11:17:36 -06:00 committed by Ryan Dahl
parent bc02d47b21
commit 86727b15f3
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ exports.exec = function (command /*, options, callback */) {
};
// execFile("something.sh", { env: ENV }, funciton() { })
// execFile("something.sh", { env: ENV }, function() { })
exports.execFile = function (file /* args, options, callback */) {
var options = { encoding: 'utf8'