aboutsummaryrefslogtreecommitdiff
path: root/contrib/guix/libexec/build.sh
diff options
context:
space:
mode:
authorfyquah <fyquah@protonmail.com>2021-03-01 15:24:19 +0000
committerfyquah <fyquah@protonmail.com>2021-03-01 15:24:28 +0000
commitfbbb2d4fc13971c98c83a51635166ac532e71a32 (patch)
tree0af321eb5e48a5a38194bdfff1ea5b102a9c2165 /contrib/guix/libexec/build.sh
parentad89812c70a9b88be642fceffb970859f6fdcba2 (diff)
downloadbitcoin-fbbb2d4fc13971c98c83a51635166ac532e71a32.tar.xz
lint: Fix spelling errors in comments
Diffstat (limited to 'contrib/guix/libexec/build.sh')
-rw-r--r--contrib/guix/libexec/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/guix/libexec/build.sh b/contrib/guix/libexec/build.sh
index 1e5463aa9d..b92d3f917d 100644
--- a/contrib/guix/libexec/build.sh
+++ b/contrib/guix/libexec/build.sh
@@ -3,7 +3,7 @@ export LC_ALL=C
set -e -o pipefail
export TZ=UTC
-# Althought Guix _does_ set umask when building its own packages (in our case,
+# Although Guix _does_ set umask when building its own packages (in our case,
# this is all packages in manifest.scm), it does not set it for `guix
# environment`. It does make sense for at least `guix environment --container`
# to set umask, so if that change gets merged upstream and we bump the