summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJack Luo <jack.luo@mail.utoronto.ca>2018-07-29 02:12:55 (GMT)
committerJack Luo <jack.luo@mail.utoronto.ca>2018-07-29 02:12:55 (GMT)
commit3358e169ee1ce51cfd5fa013391b938c33c2ea8b (patch)
tree4657742b7d84c668f757c23da03e41ea041c8444 /doc
parente95781dc2a30953a37d812175bf4fc8f0af7143a (diff)
downloadlz4-3358e169ee1ce51cfd5fa013391b938c33c2ea8b.zip
lz4-3358e169ee1ce51cfd5fa013391b938c33c2ea8b.tar.gz
lz4-3358e169ee1ce51cfd5fa013391b938c33c2ea8b.tar.bz2
fixed spelling mistake in lz4_manual
Diffstat (limited to 'doc')
-rw-r--r--doc/lz4_manual.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lz4_manual.html b/doc/lz4_manual.html
index e5044fe..3fc71e4 100644
--- a/doc/lz4_manual.html
+++ b/doc/lz4_manual.html
@@ -214,7 +214,7 @@ int LZ4_freeStreamDecode (LZ4_streamDecode_t* LZ4_stream);
<pre><b>int LZ4_setStreamDecode (LZ4_streamDecode_t* LZ4_streamDecode, const char* dictionary, int dictSize);
</b><p> An LZ4_streamDecode_t context can be allocated once and re-used multiple times.
Use this function to start decompression of a new stream of blocks.
- A dictionary can optionnally be set. Use NULL or size 0 for a reset order.
+ A dictionary can optionally be set. Use NULL or size 0 for a reset order.
Dictionary is presumed stable : it must remain accessible and unmodified during next decompression.
@return : 1 if OK, 0 if error