fix a typo in comment

fixes issue 464
This commit is contained in:
Travis Swicegood 2010-11-28 11:17:36 -06:00 committed by Ryan Dahl
parent bc02d47b21
commit 86727b15f3

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'