diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-11-14 08:38:25 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-11-14 08:38:28 +0100 |
commit | 9d2895157ec0ff6e356f40c5fe84d3007fc991c1 (patch) | |
tree | bc90541bf05a41a63beef71d426d3681c5890da7 /depends | |
parent | 6d83b026196efb3252a8254b123ad66b1017d952 (diff) | |
parent | 2de1ceb2e9180d40611a6d32b3a9470c242952e0 (diff) |
Merge bitcoin/bitcoin#23500: doc: fix typos
2de1ceb2e9180d40611a6d32b3a9470c242952e0 depends, wallet: fix typos (Dimitris Apostolou)
Pull request description:
ACKs for top commit:
hebasto:
ACK 2de1ceb2e9180d40611a6d32b3a9470c242952e0
Tree-SHA512: e33deef3ebd8cda69dd0f2c0e8d0fd5c39375eb014685318b2f131c7a700584d9b9e173e95ff290b1fe3b2dc88922583f2607750445baedf0c97a330a9ff35f2
Diffstat (limited to 'depends')
-rw-r--r-- | depends/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/Makefile b/depends/Makefile index a3b9cd2099..3dc99cc121 100644 --- a/depends/Makefile +++ b/depends/Makefile @@ -115,7 +115,7 @@ include builders/default.mk include packages/packages.mk # Previously, we directly invoked the well-known programs using $(shell ...) -# to contruct build_id_string. However, that was problematic because: +# to construct build_id_string. However, that was problematic because: # # 1. When invoking a shell, GNU Make special-cases exit code 127 (command not # found) by not capturing the output but instead passing it through. This is |