Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mzagorskirs authored and erictheise committed Dec 31, 2023
1 parent a619ca7 commit eec83d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ide.js
Original file line number Diff line number Diff line change
Expand Up @@ -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")}];
Expand Down

0 comments on commit eec83d9

Please sign in to comment.