]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Fix typo in README.md, s/crytpo/crypto/
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Wed, 15 Jan 2020 15:16:31 +0000 (16:16 +0100)
committerDarren Tucker <dtucker@dtucker.net>
Thu, 16 Jan 2020 02:26:46 +0000 (13:26 +1100)
README.md

index 0f3ba89b10cd26279699f5af91fc42fe2e207f5b..348148ac311fdbde26fc226711e5de5b4f7cc38f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ Stable release tarballs are available from a number of [download mirrors](https:
 
 ### Dependencies
 
-Portable OpenSSH is built using autoconf and make. It requires a working C compiler, standard library and headers, and [zlib](https://www.zlib.net/). ``libcrypto`` from either [LibreSSL](https://www.libressl.org/) or [OpenSSL](https://www.openssl.org) may also be used, but OpenSSH may be built without it supporting a subset of crytpo algorithms. Certain platforms and build-time options may require additional dependencies, see README.platform for details.
+Portable OpenSSH is built using autoconf and make. It requires a working C compiler, standard library and headers, and [zlib](https://www.zlib.net/). ``libcrypto`` from either [LibreSSL](https://www.libressl.org/) or [OpenSSL](https://www.openssl.org) may also be used, but OpenSSH may be built without it supporting a subset of crypto algorithms. Certain platforms and build-time options may require additional dependencies, see README.platform for details.
 
 ### Building a release