Skip to content

Commit

Permalink
Fix misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Aug 7, 2017
1 parent 12e9372 commit 8de3429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/osm/way.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8de3429

Please sign in to comment.