From 82d3c6d22aa94a5f3228371b85c3ceb065d546c1 Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Mon, 27 May 2024 12:54:36 +0200 Subject: [PATCH] fix small typos --- CHANGELOG.md | 6 +++--- modules/osm/tags.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68dc79feb..b6a744de6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -70,7 +70,7 @@ _Breaking developer changes, which may affect downstream projects or sites that #### :bug: Bugfixes * Prevent (route) relations from getting corrupted while splitting their way members in certain conditions ([#7653], [#8415]) * Fix overflowing UI input elements of maxheight field when in imperial units mode on Firefox ([#10175], thanks [@1ec5]) -* Fix external URL links when rearrangin multi-valued combo field options ([#10153], thanks [@laigyu]) +* Fix external URL links when rearranging multi-valued combo field options ([#10153], thanks [@laigyu]) * Preserve whitespace after semicolons in `inscription` field ([#10188], thanks [@matkoniecz]) #### :mortar_board: Walkthrough / Help * Show message when a POI point is incorrectly placed as vertex ([#9439], thanks [@mattiapezzotti]) @@ -3150,7 +3150,7 @@ _Map all the branded businesses in your town!_ - Don't flag disconnected highways that overlap unloaded regions ([#5938], [#6140]) - Don't flag almost junctions between features on different layers or levels ([#6355]) - Discard untagged relations that appear to have been created accidentally ([#3812]) -- Include the number and type of warnings ignored by the user in the changset tags ([#6123]) +- Include the number and type of warnings ignored by the user in the changeset tags ([#6123]) - Recommend adding `highway` tags to piers, racetracks, and transit platforms for routing purposes ([#6042]) - Indicate iD's tag deprecations on Taginfo ([#5995]) - When connecting crossing paths and roads, don't automatically set the `crossing` tag of the connection node if it is ambiguous ([#6244]) @@ -7441,7 +7441,7 @@ _Map traffic signals, stop signs, benches, crossings, street lamps, fountains, t # 1.1.6 ##### 2013-Aug-24 * Fix walkthrough on Firefox (#1743) -* Fix icon at end of walkthough (#1740) +* Fix icon at end of walkthrough (#1740) * Fix walkthrough (#1739) diff --git a/modules/osm/tags.js b/modules/osm/tags.js index eeb40e8b1..f9d44a649 100644 --- a/modules/osm/tags.js +++ b/modules/osm/tags.js @@ -11,7 +11,7 @@ export function osmIsInterestingTag(key) { export const osmLifecyclePrefixes = { // nonexistent, might be built proposed: true, planned: true, - // under maintentance or between groundbreaking and opening + // under maintenance or between groundbreaking and opening construction: true, // existent but not functional disused: true,