fix comment typos

This commit is contained in:
misfo 2011-06-01 20:52:49 -05:00
commit 874e310f64

View file

@ -140,11 +140,11 @@ StateHandler.prototype = {
}
// If there is a command to execute, then figure out the
// comand and the arguments.
// command and the arguments.
if (binding.exec) {
result.command = binding.exec;
// Bulid the arguments.
// Build the arguments.
if (binding.params) {
var value;
result.args = {};