Fix speling.

This commit is contained in:
Neil Fraser
2016-11-19 02:40:11 -08:00
parent fbd9276e9c
commit 4cda20dbbf
12 changed files with 16 additions and 16 deletions

View File

@@ -160,7 +160,7 @@ Blockly.Tooltip.onMouseOver_ = function(e) {
Blockly.Tooltip.poisonedElement_ = null;
Blockly.Tooltip.element_ = element;
}
// Forget about any immediately preceeding mouseOut event.
// Forget about any immediately preceding mouseOut event.
clearTimeout(Blockly.Tooltip.mouseOutPid_);
};