]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
typo; reported by Phil Pennock
authorDamien Miller <djm@mindrot.org>
Fri, 7 Feb 2020 04:07:27 +0000 (15:07 +1100)
committerDamien Miller <djm@mindrot.org>
Fri, 7 Feb 2020 04:13:26 +0000 (15:13 +1100)
README.md

index 1d08f2bed43ff2f092629817350069311095eb9e..28fb43d2aa1fa84139503038b92a241c72d38a20 100644 (file)
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ Stable release tarballs are available from a number of [download mirrors](https:
 
 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.
 
-FIDO security token support need [libfido2](https://github.com/Yubico/libfido2) and its dependenciesi. Also, certain platforms and build-time options may require additional dependencies, see README.platform for details.
+FIDO security token support need [libfido2](https://github.com/Yubico/libfido2) and its dependencies. Also, certain platforms and build-time options may require additional dependencies, see README.platform for details.
 
 ### Building a release