From c8302c8c62b645541624deb55462bbfebec0b150 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:29:53 -0400 Subject: [PATCH] spelling: current Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- libsrc/LZMA/src/SevenZip/Compression/LZ/InWindow.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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