Changeset 4856 in josm


Ignore:
Timestamp:
Jan 22, 2012 11:51:05 PM (16 months 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.