diff --git a/modules/osm/way.js b/modules/osm/way.js index bf026c3a2e..4a6862230d 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,