Changeset 4735 in josm for trunk/src/org


Ignore:
Timestamp:
2011-12-28T21:50:36+01:00 (12 years ago)
Author:
Don-vip
Message:

typo

File:
1 edited

Legend:

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

    r4720 r4735  
    305305        if (Main.pref.getBoolean("debug.edt-checker.enable", Version.getInstance().isLocalBuild())) {
    306306            // Repaint manager is registered so late for a reason - there is lots of violation during startup process but they don't seem to break anything and are difficult to fix
    307             System.out.println("Enabled EDT checker, wrongful access to gui from non EDT thread will be printed to conosole");
     307            System.out.println("Enabled EDT checker, wrongful access to gui from non EDT thread will be printed to console");
    308308            RepaintManager.setCurrentManager(new CheckThreadViolationRepaintManager());
    309309        }
Note: See TracChangeset for help on using the changeset viewer.