Ignore:
Timestamp:
2009-09-20T10:23:22+02:00 (15 years ago)
Author:
stoecker
Message:

fixed typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/history/HistoryDataSet.java

    r2019 r2163  
    7676        ArrayList<HistoryOsmPrimitive> versions = data.get(id);
    7777        if (versions == null)
    78             throw new NoSuchElementException(tr("Didn't find an  primitive with id {0} in this dataset", id));
     78            throw new NoSuchElementException(tr("Didn't find an primitive with id {0} in this dataset", id));
    7979
    8080        for (HistoryOsmPrimitive primitive: versions) {
Note: See TracChangeset for help on using the changeset viewer.