Changeset 12886 in josm for trunk/src


Ignore:
Timestamp:
2017-09-22T11:19:22+02:00 (7 years ago)
Author:
simon04
Message:

see #15229 - see #15182 - fix typo

File:
1 edited

Legend:

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

    r12869 r12886  
    301301
    302302    static {
    303         registerCLIModue(JOSM_CLI_MODULE);
    304         registerCLIModue(ProjectionCLI.INSTANCE);
     303        registerCLIModule(JOSM_CLI_MODULE);
     304        registerCLIModule(ProjectionCLI.INSTANCE);
    305305    }
    306306
     
    308308     * Register a command line interface module.
    309309     * @param module the module
    310      * @since 12792
    311      */
    312     public static void registerCLIModue(CLIModule module) {
     310     * @since 12886
     311     */
     312    public static void registerCLIModule(CLIModule module) {
    313313        cliModules.add(module);
    314314    }
Note: See TracChangeset for help on using the changeset viewer.