From: Andrea Canciani Date: Thu, 20 Aug 2020 09:25:07 +0000 (+0200) Subject: Correct some typos in README.md X-Git-Tag: 1.9.9-b1~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=820609d9b9738387f0ee8721a7ee1af3c8238e82;p=thirdparty%2Fzlib-ng.git Correct some typos in README.md Jus some minor typos :) --- diff --git a/README.md b/README.md index e146e337b..b7248a6e2 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Features * Support for CPU intrinsics when available * Adler32 implementation using SSSE3, AVX2, Neon, & VSX * Intel CRC32-B implementation using PCLMULQDQ - * Intel CRC32-C intrinics for hash tables + * Intel CRC32-C intrinsics for hash tables * ARM CRC32-B implementation using ACLE * Slide hash implementations using SSE2, AVX2, Neon, & VSX * Inflate chunk copying using SSE2 & Neon @@ -89,7 +89,7 @@ cmake --build . --config Release ctest --verbose -C Release ``` -Alternatively, yuou can use the cmake configuration GUI tool ccmake: +Alternatively, you can use the cmake configuration GUI tool ccmake: ``` ccmake . @@ -126,7 +126,7 @@ Install WARNING: We do not recommend manually installing unless you really know what you are doing, because this can potentially override the system -default zlib library, and any incompatability or wrong configuration of +default zlib library, and any incompatibility or wrong configuration of zlib-ng can make the whole system unusable, requiring recovery or reinstall. If you still want a manual install, we recommend using the /opt/ path prefix.