Fixed a typo

I fixed a typo in the last commit. Many thanks to @terrelin for pointing
that out.
This commit is contained in:
Ulrich Kunitz
2018-10-23 08:36:50 +02:00
parent c7942caff0
commit 4f702e4445
+1 -1
View File
@@ -920,7 +920,7 @@ When `Repeated_Offset2` is used, it's swapped with `Repeated_Offset1`.
If any other offset is used, it becomes `Repeated_Offset1` and the rest are shift back by one. If any other offset is used, it becomes `Repeated_Offset1` and the rest are shift back by one.
In the case of an `offset_value` of 3 and the literal length of the current In the case of an `offset_value` of 3 and the literal length of the current
sequence is zero the value `Repeasted_Offset1 - 1_byte` is a new offset, sequence is zero the value `Repeated_Offset1 - 1_byte` is a new offset,
becoming the lead of the offset history and the first two repeated offsets will becoming the lead of the offset history and the first two repeated offsets will
be shifted back. be shifted back.