Merge pull request #284 from misfo/comment_typo_fixes

fix comment typos
This commit is contained in:
Fabian Jakobs 2011-06-02 00:19:33 -07:00
commit 9b09cfa847

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 = {};