diff options
| author | Carl Dong <[email protected]> | 2020-03-30 13:40:16 -0400 |
|---|---|---|
| committer | Carl Dong <[email protected]> | 2020-04-02 17:20:03 -0400 |
| commit | 3f1f03c67a8e9edf487f08d272adb18b0a3942c8 (patch) | |
| tree | 7b078391b862447bde4b88a8d781aac2ef725f95 | |
| parent | guix: Reinstate make-ssp-fixed-gcc (diff) | |
| download | discoin-3f1f03c67a8e9edf487f08d272adb18b0a3942c8.tar.xz discoin-3f1f03c67a8e9edf487f08d272adb18b0a3942c8.zip | |
guix: Spelling fixes
| -rwxr-xr-x | contrib/guix/guix-build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/guix/guix-build.sh b/contrib/guix/guix-build.sh index 1a6fe6615..1505ad965 100755 --- a/contrib/guix/guix-build.sh +++ b/contrib/guix/guix-build.sh @@ -21,7 +21,7 @@ time-machine() { -- "$@" } -# Deterministically build Bitcoin Core for HOSTs (overriable by environment) +# Deterministically build Bitcoin Core for HOSTs (overridable by environment) # shellcheck disable=SC2153 for host in ${HOSTS=x86_64-linux-gnu arm-linux-gnueabihf aarch64-linux-gnu riscv64-linux-gnu x86_64-w64-mingw32}; do @@ -67,7 +67,7 @@ for host in ${HOSTS=x86_64-linux-gnu arm-linux-gnueabihf aarch64-linux-gnu riscv # into. # # While we don't want to map our current working directory to the - # same exact path (as this introduces irrepreducibility), we do want + # same exact path (as this introduces irreproducibility), we do want # it to be at a _fixed_ path _somewhere_ inside the isolated # container so that we have something to build. '/bitcoin' was # chosen arbitrarily. |