depends, wallet: fix typos

This commit is contained in:
Dimitris Apostolou
2021-11-13 01:43:17 +02:00
parent 5cc083cd46
commit 2de1ceb2e9
3 changed files with 3 additions and 3 deletions

View File

@@ -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