From 8de3429f2ba6523f425813cc14b5b3e9a029a544 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Sun, 6 Aug 2017 23:59:16 -0400 Subject: [PATCH] Fix misspelling --- modules/osm/way.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/osm/way.js b/modules/osm/way.js index bf026c3a2..4a6862230 100644 --- a/modules/osm/way.js +++ b/modules/osm/way.js @@ -154,7 +154,7 @@ _.extend(osmWay.prototype, { isArea: function() { // `highway` and `railway` are typically linear features, but there // are a few exceptions that should be treated as areas, even in the - // absense of a proper `area=yes` or `areaKeys` tag.. see #4194 + // absence of a proper `area=yes` or `areaKeys` tag.. see #4194 var lineKeys = { highway: { rest_area: true,