Changeset 4856 in josm for trunk/src/org


Ignore:
Timestamp:
2012-01-22T23:51:05+01:00 (13 years ago)
Author:
stoecker
Message:

fix typo

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

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/imagery/ImageryInfo.java

    r4853 r4856  
    200200            }
    201201        }
    202         if (imageryType == null) throw new IllegalArgumentException("unkown type");
     202        if (imageryType == null) throw new IllegalArgumentException("unknown type");
    203203        pixelPerDegree = e.pixel_per_eastnorth;
    204204        defaultMaxZoom = e.max_zoom;
  • trunk/src/org/openstreetmap/josm/io/OsmReader.java

    r4645 r4856  
    355355     * Nested content is skipped.
    356356     *
    357      * This is basically the same code as parseUnkown(), except for the warnings, which
     357     * This is basically the same code as parseUnknown(), except for the warnings, which
    358358     * are displayed for inner elements and not at top level.
    359359     */
Note: See TracChangeset for help on using the changeset viewer.