Ignore:
Timestamp:
2020-11-23T16:28:11+01:00 (4 years ago)
Author:
Don-vip
Message:

see #20129 - Fix typos and misspellings in the code (patch by gaben)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/mappaint/styleelement/Symbol.java

    r10875 r17333  
    2828    public final Color strokeColor;
    2929    /**
    30      * The color to fill the interiour of the shape.
     30     * The color to fill the interior of the shape.
    3131     */
    3232    public final Color fillColor;
     
    3838     * @param stroke The stroke to use for the outline
    3939     * @param strokeColor The color to draw the stroke with
    40      * @param fillColor The color to fill the interiour of the shape.
     40     * @param fillColor The color to fill the interior of the shape.
    4141     */
    4242    public Symbol(SymbolShape symbol, int size, Stroke stroke, Color strokeColor, Color fillColor) {
Note: See TracChangeset for help on using the changeset viewer.