mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
partial Merge #21325: lint: Fix spelling errors in comments
fbbb2d4fc13971c98c83a51635166ac532e71a32 lint: Fix spelling errors in comments (fyquah) Pull request description: Found some spelling errors while running spelling linter https://github.com/bitcoin/bitcoin/pull/21245 This PR fixes them. ACKs for top commit: fanquake: ACK fbbb2d4fc13971c98c83a51635166ac532e71a32 - I thought we just fixed all of these. Tree-SHA512: 95525040001f94e899b778c616cb66ebafb679dff88835b66fccf6349d8eb942d6b7374c536a44e393f13156bce9a32ed57e6a82bb02074d2b3cddb2696addb2
This commit is contained in:
parent
af614fece0
commit
2c4bf310df
@ -3,7 +3,7 @@ export LC_ALL=C
|
|||||||
set -e -o pipefail
|
set -e -o pipefail
|
||||||
export TZ=UTC
|
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
|
# 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`
|
# 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
|
# to set umask, so if that change gets merged upstream and we bump the
|
||||||
|
Loading…
Reference in New Issue
Block a user