Skip to content

Commit 3f1f03c

Browse files
committed
guix: Spelling fixes
1 parent ff821dd commit 3f1f03c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/guix/guix-build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ time-machine() {
2121
-- "$@"
2222
}
2323

24-
# Deterministically build Bitcoin Core for HOSTs (overriable by environment)
24+
# Deterministically build Bitcoin Core for HOSTs (overridable by environment)
2525
# shellcheck disable=SC2153
2626
for host in ${HOSTS=x86_64-linux-gnu arm-linux-gnueabihf aarch64-linux-gnu riscv64-linux-gnu x86_64-w64-mingw32}; do
2727

@@ -67,7 +67,7 @@ for host in ${HOSTS=x86_64-linux-gnu arm-linux-gnueabihf aarch64-linux-gnu riscv
6767
# into.
6868
#
6969
# 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
7171
# it to be at a _fixed_ path _somewhere_ inside the isolated
7272
# container so that we have something to build. '/bitcoin' was
7373
# chosen arbitrarily.

0 commit comments

Comments
 (0)