summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authora1346054 <36859588+a1346054@users.noreply.github.com>2021-08-21 20:50:38 (GMT)
committera1346054 <36859588+a1346054@users.noreply.github.com>2021-08-21 20:50:38 (GMT)
commiteb23590d13c14bb0ab5300c8bb356de2274b43b2 (patch)
tree16d08143904bd92672fcc534406b94e7a6695379 /doc
parent6a8e21d8022a6880c9f46803463ebf93723d0885 (diff)
downloadlz4-eb23590d13c14bb0ab5300c8bb356de2274b43b2.zip
lz4-eb23590d13c14bb0ab5300c8bb356de2274b43b2.tar.gz
lz4-eb23590d13c14bb0ab5300c8bb356de2274b43b2.tar.bz2
fix spelling
Diffstat (limited to 'doc')
-rw-r--r--doc/lz4_Frame_format.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/lz4_Frame_format.md b/doc/lz4_Frame_format.md
index de29189..7b6c2ef 100644
--- a/doc/lz4_Frame_format.md
+++ b/doc/lz4_Frame_format.md
@@ -6,8 +6,8 @@ LZ4 Frame Format Description
Copyright (c) 2013-2020 Yann Collet
Permission is granted to copy and distribute this document
-for any purpose and without charge,
-including translations into other languages
+for any purpose and without charge,
+including translations into other languages
and incorporation into compilations,
provided that the copyright notice and this notice are preserved,
and that any substantive changes or deletions from the original
@@ -47,7 +47,7 @@ at the level of bits and other primitive data representations.
Unless otherwise indicated below,
a compliant compressor must produce data sets
that conform to the specifications presented here.
-It doesn’t need to support all options though.
+It doesn't need to support all options though.
A compliant decompressor must be able to decompress
at least one working set of parameters
@@ -385,7 +385,7 @@ __EndMark__
End of legacy frame is implicit only.
It must be followed by a standard EOF (End Of File) signal,
-wether it is a file or a stream.
+whether it is a file or a stream.
Alternatively, if the frame is followed by a valid Frame Magic Number,
it is considered completed.