Ignore:
Timestamp:
2021-04-14T21:29:43+02:00 (3 years ago)
Author:
simon04
Message:

see #20741 - Fix typos in code and strings (patch by gaben)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/AutoScaleAction.java

    r15963 r17786  
    9797         * @param englishLabel English label
    9898         * @return {@code AutoScaleMode} for given English label
    99          * @throws IllegalArgumentException if Engligh label is unknown
     99         * @throws IllegalArgumentException if English label is unknown
    100100         */
    101101        public static AutoScaleMode of(String englishLabel) {
     
    116116    /** Time of last zoom to bounds action */
    117117    protected long lastZoomTime = -1;
    118     /** Last zommed bounds */
     118    /** Last zoomed bounds */
    119119    protected int lastZoomArea = -1;
    120120
Note: See TracChangeset for help on using the changeset viewer.