From 874e310f64cc18e525dd3b68a418fa0bbb5f584b Mon Sep 17 00:00:00 2001 From: misfo Date: Wed, 1 Jun 2011 20:52:49 -0500 Subject: [PATCH] fix comment typos --- lib/ace/keyboard/state_handler.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ace/keyboard/state_handler.js b/lib/ace/keyboard/state_handler.js index b887cd4d..fd443acd 100644 --- a/lib/ace/keyboard/state_handler.js +++ b/lib/ace/keyboard/state_handler.js @@ -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 = {};