From 69fe69aaf6b5d2dd3fb0eb9167db5b894feef048 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sun, 13 Dec 2020 07:00:13 +1100 Subject: [PATCH] docs: fix simple typo, verisons -> versions There is a small typo in doc/README.md. Should read `versions` rather than `verisons`. --- doc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.md b/doc/README.md index cbcd6e11..60a0f88a 100644 --- a/doc/README.md +++ b/doc/README.md @@ -103,7 +103,7 @@ instance, some #defines will have to be set as they have changed. |1.x|2.x|Description| |-|-|:-| -||HAVE_ZLIB|Compile with ZLIB library. Older verisons of Minizip required ZLIB. It is now possible to alternatively compile only using liblzma library.| +||HAVE_ZLIB|Compile with ZLIB library. Older versions of Minizip required ZLIB. It is now possible to alternatively compile only using liblzma library.| ||HAVE_LZMA|Compile with LZMA support.| |HAVE_BZIP2|HAVE_BZIP2|Compile with BZIP2 library support.| |HAVE_APPLE_COMPRESSION|HAVE_LIBCOMP|Compile using Apple Compression library.|