Ignore:
Timestamp:
2012-01-22T23:51:05+01:00 (12 years 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.