diff --git a/libsrc/LZMA/src/SevenZip/Compression/LZ/InWindow.java b/libsrc/LZMA/src/SevenZip/Compression/LZ/InWindow.java index c9efe601f..e3787d455 100644 --- a/libsrc/LZMA/src/SevenZip/Compression/LZ/InWindow.java +++ b/libsrc/LZMA/src/SevenZip/Compression/LZ/InWindow.java @@ -16,7 +16,7 @@ public class InWindow public int _bufferOffset; public int _blockSize; // Size of Allocated memory block - public int _pos; // offset (from _buffer) of curent byte + public int _pos; // offset (from _buffer) of current byte int _keepSizeBefore; // how many BYTEs must be kept in buffer before _pos int _keepSizeAfter; // how many BYTEs must be kept buffer after _pos public int _streamPos; // offset (from _buffer) of first not read byte from Stream