Changeset 1346 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2009-01-28T15:17:24+01:00 (16 years ago)
Author:
stoecker
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/download/PlaceSelection.java

    r1329 r1346  
    118118            {
    119119                x.printStackTrace(); // SAXException does not chain correctly
    120                 throw new SAXException(tr("NullPointerException, Possibly some missing tags."), x);
     120                throw new SAXException(tr("NullPointerException, possibly some missing tags."), x);
    121121            }
    122122        }
Note: See TracChangeset for help on using the changeset viewer.