Ignore:
Timestamp:
22.01.2012 23:51:05 (4 months ago)
Author:
stoecker
Message:

fix typo

File:
1 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; 
Note: See TracChangeset for help on using the changeset viewer.