summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2020-02-07 05:07:27 +0100
committerDamien Miller <djm@mindrot.org>2020-02-07 05:13:26 +0100
commitbe075110c735a451fd9d79a864e01e2e0d9f19d2 (patch)
tree92b3e43faf211a793a40636de7356eb520e00c26 /README.md
parentupstream: sync the description of the $SSH_SK_PROVIDER environment (diff)
downloadopenssh-be075110c735a451fd9d79a864e01e2e0d9f19d2.tar.xz
openssh-be075110c735a451fd9d79a864e01e2e0d9f19d2.zip
typo; reported by Phil Pennock
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1d08f2bed..28fb43d2a 100644
--- 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