From 0e68efc8026aab552a6e5d36d8d8f49ad5b47e88 Mon Sep 17 00:00:00 2001 From: Gubolin Date: Sun, 14 Sep 2014 10:47:19 +0200 Subject: typo --- gui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui.js') diff --git a/gui.js b/gui.js index 45cf3f3..c75e118 100644 --- a/gui.js +++ b/gui.js @@ -3933,7 +3933,7 @@ IDE_Morph.prototype.saveProjectToCloud = function (name) { IDE_Morph.prototype.saveProjectToGitHub = function (name, commitMessage) { var myself = this; if (name) { - this.showMessage('Comitting project\nto GitHub...'); + this.showMessage('Committing project\nto GitHub...'); this.setProjectName(name); GitHub.saveProject( commitMessage, -- cgit v1.3.1