From 51d9981fe3ccc654dac58e8622b163a76ad3a11c Mon Sep 17 00:00:00 2001 From: Rodrigo Queiro Date: Wed, 11 May 2016 16:52:51 -0700 Subject: [PATCH] Fix typo in workspacetoCode --- core/generator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/generator.js b/core/generator.js index 48378cd46..3cab1ccf3 100644 --- a/core/generator.js +++ b/core/generator.js @@ -77,7 +77,7 @@ Blockly.Generator.prototype.INDENT = ' '; */ Blockly.Generator.prototype.workspaceToCode = function(workspace) { if (!workspace) { - // Backwards compatability from before there could be multiple workspaces. + // Backwards compatibility from before there could be multiple workspaces. console.warn('No workspace specified in workspaceToCode call. Guessing.'); workspace = Blockly.getMainWorkspace(); }