Ignore:
Timestamp:
2021-08-23T23:17:28+02:00 (4 years ago)
Author:
Don-vip
Message:

fix #21244 - Fix misspellings in comments (patch by gaben)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/projection/proj/AlbersEqualArea.java

    r13632 r18170  
    1111 * Albers Equal Area Projection (EPSG code 9822). This is a conic projection with parallels being
    1212 * unequally spaced arcs of concentric circles, more closely spaced at north and south edges of the
    13  * map. Merideans are equally spaced radii of the same circles and intersect parallels at right
     13 * map. Meridians are equally spaced radii of the same circles and intersect parallels at right
    1414 * angles. As the name implies, this projection minimizes distortion in areas.
    1515 * <p>
     
    2828 * <ul>
    2929 *   <li> Proj-4.4.7 available at <A HREF="http://www.remotesensing.org/proj">www.remotesensing.org/proj</A><br>
    30  *        Relevent files are: PJ_aea.c, pj_fwd.c and pj_inv.c </li>
     30 *        Relevant files are: PJ_aea.c, pj_fwd.c and pj_inv.c </li>
    3131 *   <li> John P. Snyder (Map Projections - A Working Manual,
    3232 *        U.S. Geological Survey Professional Paper 1395, 1987)</li>
    3333 *   <li> "Coordinate Conversions and Transformations including Formulas",
    34  *        EPSG Guidence Note Number 7, Version 19.</li>
     34 *        EPSG Guidance Note Number 7, Version 19.</li>
    3535 * </ul>
    3636 *
Note: See TracChangeset for help on using the changeset viewer.