Merge pull request #284 from misfo/comment_typo_fixes
fix comment typos
This commit is contained in:
commit
9b09cfa847
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue