diff --git a/js/ide.js b/js/ide.js index 128af22a..209f2593 100644 --- a/js/ide.js +++ b/js/ide.js @@ -2277,7 +2277,7 @@ var ide = new (function () { alert("Error: Unexpected JOSM remote control error."); }) .done(function (d, s, xhr) { - console.log("successfully invoked JOSM remote constrol"); + console.log("successfully invoked JOSM remote control"); }); } else { var dialog_buttons = [{name: i18n.t("dialog.dismiss")}];