Ignore:
Timestamp:
2020-11-23T16:28:11+01:00 (4 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/src/org/openstreetmap/josm/io/audio/JavaSoundPlayer.java

    r16913 r17333  
    8989                    bytesToSkip -= skippedBytes;
    9090                    if (skippedBytes == 0) {
    91                         // Avoid inifinite loop
     91                        // Avoid infinite loop
    9292                        Logging.warn("Unable to skip bytes from audio input stream");
    9393                        bytesToSkip = 0;
Note: See TracChangeset for help on using the changeset viewer.