Ignore:
Timestamp:
2008-12-12T22:20:36+01:00 (15 years ago)
Author:
stoecker
Message:

fixed 2 typos. closes #1821

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/plugins/PluginException.java

    r627 r1116  
    1616
    1717        public PluginException(PluginProxy plugin, String name, Throwable cause) {
    18             super(tr("An error occoured in plugin {0}", name), cause);
     18            super(tr("An error occured in plugin {0}", name), cause);
    1919                this.plugin = plugin;
    2020                this.name = name;
Note: See TracChangeset for help on using the changeset viewer.