From eec83d923ef38022df335165d9ad75a3c3dc2f27 Mon Sep 17 00:00:00 2001 From: Milla Zagorski Date: Thu, 25 Aug 2022 14:03:54 -0400 Subject: [PATCH] fix typo --- js/ide.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")}];