File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ time-machine() {
21
21
-- " $@ "
22
22
}
23
23
24
- # Deterministically build Bitcoin Core for HOSTs (overriable by environment)
24
+ # Deterministically build Bitcoin Core for HOSTs (overridable by environment)
25
25
# shellcheck disable=SC2153
26
26
for host in ${HOSTS=x86_64-linux-gnu arm-linux-gnueabihf aarch64-linux-gnu riscv64-linux-gnu x86_64-w64-mingw32} ; do
27
27
@@ -67,7 +67,7 @@ for host in ${HOSTS=x86_64-linux-gnu arm-linux-gnueabihf aarch64-linux-gnu riscv
67
67
# into.
68
68
#
69
69
# While we don't want to map our current working directory to the
70
- # same exact path (as this introduces irrepreducibility ), we do want
70
+ # same exact path (as this introduces irreproducibility ), we do want
71
71
# it to be at a _fixed_ path _somewhere_ inside the isolated
72
72
# container so that we have something to build. '/bitcoin' was
73
73
# chosen arbitrarily.
You can’t perform that action at this time.
0 commit comments