summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJack Luo <jack.luo@mail.utoronto.ca>2018-07-29 02:21:57 (GMT)
committerJack Luo <jack.luo@mail.utoronto.ca>2018-07-29 02:21:57 (GMT)
commit2e52f03a12b8bb5fba8a86e063e0211e8afa503b (patch)
treef9bc3342a5b6295518f897a7169b40c8838e59ad /lib
parent3358e169ee1ce51cfd5fa013391b938c33c2ea8b (diff)
downloadlz4-2e52f03a12b8bb5fba8a86e063e0211e8afa503b.zip
lz4-2e52f03a12b8bb5fba8a86e063e0211e8afa503b.tar.gz
lz4-2e52f03a12b8bb5fba8a86e063e0211e8afa503b.tar.bz2
fixed spelling mistake in lz4.h
Diffstat (limited to 'lib')
-rw-r--r--lib/lz4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lz4.h b/lib/lz4.h
index 64914ab..a0eddce 100644
--- a/lib/lz4.h
+++ b/lib/lz4.h
@@ -305,7 +305,7 @@ LZ4LIB_API int LZ4_freeStreamDecode (LZ4_streamDecode_t* LZ4_str
/*! LZ4_setStreamDecode() :
* 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
*/