Changeset 13120 in josm for trunk


Ignore:
Timestamp:
2017-11-13T00:57:03+01:00 (6 years ago)
Author:
Don-vip
Message:

fix typos

Location:
trunk/src/org/openstreetmap/josm/io
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/Capabilities.java

    r12620 r13120  
    2323 * Represents the OSM API server capabilities.
    2424 *
    25  * Example capabilites document:
     25 * Example capabilities document:
    2626 * <pre>
    2727 * &lt;osm version="0.6" generator="OpenStreetMap server"&gt;
  • trunk/src/org/openstreetmap/josm/io/imagery/WMSImagery.java

    r12620 r13120  
    4040
    4141/**
    42  * This class represents the capabilites of a WMS imagery server.
     42 * This class represents the capabilities of a WMS imagery server.
    4343 */
    4444public class WMSImagery {
     
    104104        /**
    105105         * The data that caused this exception.
    106          * @return The server response to the capabilites request.
     106         * @return The server response to the capabilities request.
    107107         */
    108108        public String getIncomingData() {
Note: See TracChangeset for help on using the changeset viewer.