diff options
| author | Gubolin <gubolin@fantasymail.de> | 2014-09-14 10:47:19 +0200 |
|---|---|---|
| committer | Gubolin <gubolin@fantasymail.de> | 2014-09-14 10:47:19 +0200 |
| commit | 0e68efc8026aab552a6e5d36d8d8f49ad5b47e88 (patch) | |
| tree | 337b18ac699db962d94a8d734767423e5def3e5f /gui.js | |
| parent | 671e8ba16e101263e2c8353dc5103f5959dce991 (diff) | |
| download | snap-0e68efc8026aab552a6e5d36d8d8f49ad5b47e88.tar.gz snap-0e68efc8026aab552a6e5d36d8d8f49ad5b47e88.zip | |
typo
Diffstat (limited to 'gui.js')
| -rw-r--r-- | gui.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |
