aboutsummaryrefslogtreecommitdiff
path: root/depends/Makefile
diff options
context:
space:
mode:
authorDimitris Apostolou <dimitris.apostolou@icloud.com>2021-11-13 01:43:17 +0200
committerDimitris Apostolou <dimitris.apostolou@icloud.com>2021-11-13 20:05:56 +0200
commit2de1ceb2e9180d40611a6d32b3a9470c242952e0 (patch)
tree8a32ee4e07c398b32ceece5076f1c10267f67cf1 /depends/Makefile
parent5cc083cd46ad71510f56af957e2e8733c388c6f1 (diff)
downloadbitcoin-2de1ceb2e9180d40611a6d32b3a9470c242952e0.tar.xz
depends, wallet: fix typos
Diffstat (limited to 'depends/Makefile')
-rw-r--r--depends/Makefile2
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