Changeset 10295 in josm


Ignore:
Timestamp:
2016-05-29T00:22:18+02:00 (8 years ago)
Author:
Don-vip
Message:

see #12863 - fix typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/util/GuiHelper.java

    r10277 r10295  
    152152                    throw (RuntimeException) e.getCause();
    153153                } else {
    154                     throw new RuntimeException("Exception while clling " + task, e.getCause());
     154                    throw new RuntimeException("Exception while calling " + task, e.getCause());
    155155                }
    156156            }
Note: See TracChangeset for help on using the changeset viewer.