aboutsummaryrefslogtreecommitdiff
path: root/depends/description.md
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 /depends/description.md
parent0387ca0774be0fa05a81cb91f880c53a7ad5fade (diff)
downloadbitcoin-43de4d3630274e1287179c86896ed4c2d8b9eff4.tar.xz
doc: fix typos
As found by lint-spelling.py using codespell 2.2.6.
Diffstat (limited to 'depends/description.md')
-rw-r--r--depends/description.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/description.md b/depends/description.md
index 0a6f2e6442..ef6e6df183 100644
--- a/depends/description.md
+++ b/depends/description.md
@@ -28,7 +28,7 @@ etc), and as well as a hash of the same data for each recursive dependency. If
any portion of a package's build recipe changes, it will be rebuilt as well as
any other package that depends on it. If any of the main makefiles (Makefile,
funcs.mk, etc) are changed, all packages will be rebuilt. After building, the
-results are cached into a tarball that can be re-used and distributed.
+results are cached into a tarball that can be reused and distributed.
### Package build results are (relatively) deterministic.