Changeset 8325 in josm for trunk/src/org/openstreetmap/josm


Ignore:
Timestamp:
2015-05-04T23:28:45+02:00 (9 years ago)
Author:
Don-vip
Message:

see #11405 - fix typo

Location:
trunk/src/org/openstreetmap/josm/data
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/Way.java

    r8323 r8325  
    685685
    686686    /**
    687      * Replies the length of the longest segement of the way, in metres, as computed by {@link LatLon#greatCircleDistance}.
     687     * Replies the length of the longest segment of the way, in metres, as computed by {@link LatLon#greatCircleDistance}.
    688688     * @return The length of the segment, in metres
    689689     * @since 8320
  • trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/MapPaintSettings.java

    r6362 r8325  
    1818    private boolean showOnewayArrow;
    1919    private int defaultSegmentWidth;
    20     /** Preference: should the segement numbers of ways be displayed */
     20    /** Preference: should the segment numbers of ways be displayed */
    2121    private boolean showOrderNumber;
    2222    /** Preference: should only the last arrow of a way be displayed */
  • trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/WireframeMapRenderer.java

    r8291 r8325  
    5454    /** Preference: should only the last arrow of a way be displayed */
    5555    protected boolean showHeadArrowOnly;
    56     /** Preference: should the segement numbers of ways be displayed */
     56    /** Preference: should the segment numbers of ways be displayed */
    5757    protected boolean showOrderNumber;
    5858    /** Preference: should selected nodes be filled */
  • trunk/src/org/openstreetmap/josm/data/validation/tests/LongSegment.java

    r8320 r8325  
    2929    public LongSegment() {
    3030        super(tr("Long segments"),
    31               tr("This for long way segements, which are usually errors."));
     31              tr("This for long way segments, which are usually errors."));
    3232    }
    3333
Note: See TracChangeset for help on using the changeset viewer.