Changeset 14273 in josm for trunk/test/unit


Ignore:
Timestamp:
2018-09-26T18:29:26+02:00 (6 years ago)
Author:
stoecker
Message:

fix typos - patch by naoliv - fix #16781 - Thanks a lot

Location:
trunk/test/unit/org/openstreetmap/josm
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/data/projection/ProjectionRefTest.java

    r14138 r14273  
    117117        Collection<RefEntry> result = new ArrayList<>();
    118118        if (!new File(REFERENCE_DATA_FILE).exists()) {
    119             System.err.println("Warning: refrence file does not exist.");
     119            System.err.println("Warning: reference file does not exist.");
    120120            return result;
    121121        }
  • trunk/test/unit/org/openstreetmap/josm/data/validation/tests/TagCheckerTest.java

    r13489 r14273  
    4242
    4343    /**
    44      * Check for mispelled key.
     44     * Check for misspelled key.
    4545     * @throws IOException if any I/O error occurs
    4646     */
     
    5555
    5656    /**
    57      * Check for mispelled key.
     57     * Check for misspelled key.
    5858     * @throws IOException if any I/O error occurs
    5959     */
     
    6868
    6969    /**
    70      * Check for mispelled key where the suggested alternative is in use. The error should not be fixable.
     70     * Check for misspelled key where the suggested alternative is in use. The error should not be fixable.
    7171     * @throws IOException if any I/O error occurs
    7272     */
     
    9494
    9595    /**
    96      * Check for mispelled value.
     96     * Check for misspelled value.
    9797     * @throws IOException if any I/O error occurs
    9898     */
  • trunk/test/unit/org/openstreetmap/josm/gui/layer/MainLayerManagerTest.java

    r13434 r14273  
    139139
    140140    /**
    141      * Test if {@link MainLayerManager#addActiveLayerChangeListener(ActiveLayerChangeListener)} prevents listener from beeing added twice.
     141     * Test if {@link MainLayerManager#addActiveLayerChangeListener(ActiveLayerChangeListener)} prevents listener from being added twice.
    142142     */
    143143    @Test(expected = IllegalArgumentException.class)
  • trunk/test/unit/org/openstreetmap/josm/testutils/JOSMTestRules.java

    r14207 r14273  
    411411    /**
    412412     * Set up before running a test
    413      * @throws InitializationError If an error occured while creating the required environment.
     413     * @throws InitializationError If an error occurred while creating the required environment.
    414414     * @throws ReflectiveOperationException if a reflective access error occurs
    415415     */
Note: See TracChangeset for help on using the changeset viewer.