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:
fanquake 2021-03-02 09:43:46 +08:00 committed by PastaPastaPasta
parent af614fece0
commit 2c4bf310df

View File

@ -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