aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorSjors Provoost <sjors@sprovoost.nl>2023-11-07 10:21:51 +0900
committerSjors Provoost <sjors@sprovoost.nl>2023-11-07 10:21:51 +0900
commit43de4d3630274e1287179c86896ed4c2d8b9eff4 (patch)
treef567f1894ed9761088904e4913455f2a4967b00d /ci
parent0387ca0774be0fa05a81cb91f880c53a7ad5fade (diff)
downloadbitcoin-43de4d3630274e1287179c86896ed4c2d8b9eff4.tar.xz
doc: fix typos
As found by lint-spelling.py using codespell 2.2.6.
Diffstat (limited to 'ci')
-rw-r--r--ci/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/README.md b/ci/README.md
index f89af329dd..7cf3b1f563 100644
--- a/ci/README.md
+++ b/ci/README.md
@@ -52,5 +52,5 @@ in order.
### Cache
In order to avoid rebuilding all dependencies for each build, the binaries are
-cached and re-used when possible. Changes in the dependency-generator will
+cached and reused when possible. Changes in the dependency-generator will
trigger cache-invalidation and rebuilds as necessary.