spelling: current

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 10:29:53 -04:00
committed by Jindra Petřík
parent c3c299acb7
commit c8302c8c62

View File

@@ -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