Ignore:
Timestamp:
2020-11-23T16:28:11+01:00 (3 years ago)
Author:
Don-vip
Message:

see #20129 - Fix typos and misspellings in the code (patch by gaben)

File:
1 edited

Legend:

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

    r17275 r17333  
    298298            try (BufferedWriter writer = new BufferedWriter(new OutputStreamWriter(stdin, StandardCharsets.UTF_8))) {
    299299                String s = String.format("%s %s%n",
    300                         LatLon.cDdHighPecisionFormatter.format(ll.lon()),
    301                         LatLon.cDdHighPecisionFormatter.format(ll.lat()));
     300                        LatLon.cDdHighPrecisionFormatter.format(ll.lon()),
     301                        LatLon.cDdHighPrecisionFormatter.format(ll.lat()));
    302302                if (debug) {
    303303                    System.out.println("\n" + String.join(" ", args) + "\n" + s);
Note: See TracChangeset for help on using the changeset viewer.