Changeset 10712 in josm for trunk/src


Ignore:
Timestamp:
2016-08-03T14:30:04+02:00 (8 years ago)
Author:
simon04
Message:

Typo

File:
1 edited

Legend:

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

    r10611 r10712  
    324324            }
    325325            if (sumAbs < 1e-1) {
    326                 Main.error("Error in stroke dash fomat (all zeros): "+code);
     326                Main.error("Error in stroke dash format (all zeros): "+code);
    327327                return new BasicStroke(w);
    328328            }
Note: See TracChangeset for help on using the changeset viewer.