Changeset 15900 in josm for trunk/src


Ignore:
Timestamp:
2020-02-22T19:40:20+01:00 (5 years ago)
Author:
simon04
Message:

Fix typo in code comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/tests/MapCSSTagChecker.java

    r15716 r15900  
    287287        /** Commands to apply in order to fix a matching primitive */
    288288        protected final List<FixCommand> fixCommands = new ArrayList<>();
    289         /** Tags (or arbitraty strings) of alternatives to be presented to the user */
     289        /** Tags (or arbitrary strings) of alternatives to be presented to the user */
    290290        protected final List<String> alternatives = new ArrayList<>();
    291291        /** An {@link org.openstreetmap.josm.gui.mappaint.mapcss.Instruction.AssignmentInstruction}-{@link Severity} pair.
Note: See TracChangeset for help on using the changeset viewer.