Changeset 19081 in josm


Ignore:
Timestamp:
2024-05-14T22:59:46+02:00 (5 months ago)
Author:
taylor.smock
Message:

Fix backbard typo (patch by gaben)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/tests/DirectionNodes.java

    r17415 r19081  
    4545            if (("forward".equals(tag.getValue()) || "backward".equals(tag.getValue()))
    4646                    && ("direction".equals(tag.getKey()) || tag.getKey().endsWith(":direction"))) {
    47                 checkParents(n, tag.getKey() + "=forward|backbard");
     47                checkParents(n, tag.getKey() + "=forward|backward");
    4848            }
    4949        }
Note: See TracChangeset for help on using the changeset viewer.