Index: trunk/src/org/openstreetmap/josm/gui/MainApplication.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/MainApplication.java	(revision 12885)
+++ trunk/src/org/openstreetmap/josm/gui/MainApplication.java	(revision 12886)
@@ -301,6 +301,6 @@
 
     static {
-        registerCLIModue(JOSM_CLI_MODULE);
-        registerCLIModue(ProjectionCLI.INSTANCE);
+        registerCLIModule(JOSM_CLI_MODULE);
+        registerCLIModule(ProjectionCLI.INSTANCE);
     }
 
@@ -308,7 +308,7 @@
      * Register a command line interface module.
      * @param module the module
-     * @since 12792
-     */
-    public static void registerCLIModue(CLIModule module) {
+     * @since 12886
+     */
+    public static void registerCLIModule(CLIModule module) {
         cliModules.add(module);
     }
