Changeset 8638 in josm


Ignore:
Timestamp:
2015-08-03T21:08:57+02:00 (9 years ago)
Author:
Klumbumbus
Message:

fix #11745 - typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/projection/CustomProjection.java

    r8611 r8638  
    204204                }
    205205                if (zone == null || zone < 1 || zone > 60)
    206                     throw new ProjectionConfigurationException(tr("Expected integer value in range 1-60 for ''+zone=...'' paramter."));
     206                    throw new ProjectionConfigurationException(tr("Expected integer value in range 1-60 for ''+zone=...'' parameter."));
    207207                this.lon0 = 6 * zone - 183;
    208208                this.k0 = 0.9996;
Note: See TracChangeset for help on using the changeset viewer.