Ignore:
Timestamp:
2020-11-23T16:28:11+01:00 (4 years ago)
Author:
Don-vip
Message:

see #20129 - Fix typos and misspellings in the code (patch by gaben)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/command/RotateCommand.java

    r14273 r17333  
    3737     * Assign the initial object set, compute pivot point and initial rotation angle.
    3838     * @param objects objects to fetch nodes from
    39      * @param currentEN cuurent eats/north
     39     * @param currentEN current east/north
    4040     */
    4141    public RotateCommand(Collection<? extends OsmPrimitive> objects, EastNorth currentEN) {
     
    5151    /**
    5252     * Get angle between the horizontal axis and the line formed by the pivot and given point.
    53      * @param currentEN cuurent eats/north
     53     * @param currentEN current east/north
    5454     * @return angle between the horizontal axis and the line formed by the pivot and given point
    5555     **/
Note: See TracChangeset for help on using the changeset viewer.