aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-04-06 10:43:50 +0100
committerfanquake <fanquake@gmail.com>2022-04-07 12:49:51 +0100
commiteaf712c8019383dfa247dc7b9692bbd423cd01ba (patch)
tree7fe09c0813c4af5e5e6ed6d321128427ab8a5a1b /doc
parent323d4c09c090a0c74b2fbedfb2cd575f1dd839f3 (diff)
downloadbitcoin-eaf712c8019383dfa247dc7b9692bbd423cd01ba.tar.xz
lint: codespell 2.1.0
Diffstat (limited to 'doc')
-rw-r--r--doc/build-openbsd.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-openbsd.md b/doc/build-openbsd.md
index 1d8da1143e..99daf73c86 100644
--- a/doc/build-openbsd.md
+++ b/doc/build-openbsd.md
@@ -11,7 +11,7 @@ Run the following as root to install the base dependencies for building.
```bash
pkg_add bash git gmake libevent libtool boost
-# Select the newest version of the follow packages:
+# Select the newest version of the following packages:
pkg_add autoconf automake python
```