Changeset 3350 in josm


Ignore:
Timestamp:
Jun 27, 2010 11:15:32 PM (3 years ago)
Author:
stoecker
Message:

fix typo

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/test/performance/org/openstreetmap/josm/data/osm/MapPaintVisitorPerformanceTest.java

    r3349 r3350  
    1818import org.openstreetmap.josm.io.OsmReader; 
    1919 
    20 public class MapPaintVisitorPeformanceTest { 
     20public class MapPaintVisitorPerformanceTest { 
    2121 
    2222    private static final int IMG_WIDTH = 1400; 
     
    4747 
    4848        // Warm up 
    49         new MapPaintVisitorPeformanceTest().testRestrictionSmall(); 
    50         new MapPaintVisitorPeformanceTest().testCity(); 
     49        new MapPaintVisitorPerformanceTest().testRestrictionSmall(); 
     50        new MapPaintVisitorPerformanceTest().testCity(); 
    5151    } 
    5252 
Note: See TracChangeset for help on using the changeset viewer.