Skip to content

Commit

Permalink
Fixes a few misspellings. (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
erictheise authored Nov 3, 2024
1 parent 6b25e20 commit d80cd01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/ide.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 :("
);
}
}
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
)}`
);
Expand Down

0 comments on commit d80cd01

Please sign in to comment.