Ignore:
Timestamp:
2020-01-08T23:35:55+01:00 (5 years ago)
Author:
simon04
Message:

Fix typo: overriden↦overridden

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/tukaani/xz/BlockInputStream.java

    r13350 r15662  
    7878
    7979        try {
    80             // Set the maximum valid compressed size. This is overriden
     80            // Set the maximum valid compressed size. This is overridden
    8181            // by the value from the Compressed Size field if it is present.
    8282            compressedSizeLimit = (DecoderUtil.VLI_MAX & ~3)
Note: See TracChangeset for help on using the changeset viewer.