]> gitweb.fperrin.net Git - Dictionary.git/commitdiff
Minor format specification fix.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 11 Apr 2020 17:49:18 +0000 (19:49 +0200)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 11 Apr 2020 17:49:18 +0000 (19:49 +0200)
dictionary-format.txt

index 1a856a132d0eb5344e6b3075b5ce675dab16decc..ffb85efbd8d399354fd9e2fba7e467eafc98842e 100644 (file)
@@ -108,7 +108,7 @@ the start of the next block must be used to find the end
 of the compressed data and signal the end of input to the
 inflater, and whatever data the inflater produces is the
 decompressed input (note: this might be an implementation
-detail, you might need the decompressed size to decompress
+detail, you might not need the decompressed size to decompress
 and parse the contained data, but it prevents things like
 the inflater overreading and producing spurious errors).