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

fix typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.