From d80cd0154e6a7c8c5cac92fb77a923afd7aa41b6 Mon Sep 17 00:00:00 2001 From: Eric Theise Date: Sun, 3 Nov 2024 18:08:30 +0000 Subject: [PATCH] Fixes a few misspellings. (#704) --- js/ide.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/ide.ts b/js/ide.ts index b8c68279..f2d1c5e9 100644 --- a/js/ide.ts +++ b/js/ide.ts @@ -750,7 +750,7 @@ class IDE { error() { // todo: better error handling console.error( - "An error occured while contacting the search server osmnames.org :(" + "An error occurred while contacting the search server osmnames.org :(" ); } } @@ -1193,7 +1193,7 @@ class IDE { return "xml"; else return "OverpassQL"; } - /* this is for repairig obvious mistakes in the query, such as missing recurse statements */ + /* this is for repairing obvious mistakes in the query, such as missing recurse statements */ repairQuery(repair) { // - preparations - const q = this.getRawQuery(), // get original query @@ -1829,7 +1829,7 @@ class IDE { }) .fail((jqXHR) => { alert( - `an error occured during the creation of the overpass gist:\n${JSON.stringify( + `an error occurred during the creation of the overpass gist:\n${JSON.stringify( jqXHR )}` );