partial Merge #21626: doc: Fix typos from codespell

94c7dd9ac810a60f9c818c494273ad798cbac34b doc: Fix typos from codespell lint (Yerzhan Mazhkenov)

Pull request description:

  Typos from codespell linter: https://cirrus-ci.com/task/6677401661865984?logs=lint#L856
  - txrequest.cpp: `annoucements` ==> `announcements`
  - contrib/guix/README.md:298: `stil` ==> `still`
  - contrib/guix/guix-build:18: `invokable` ==> `invocable`
  - contrib/guix/libexec/prelude.bash:12: `invokable` ==> `invocable`
  - src/test/fuzz/tx_pool.cpp:37: `acess` ==> `access`
  - src/txorphanage.h:29: `orginating` ==> `originating`

ACKs for top commit:
  practicalswift:
    cr ACK 94c7dd9ac810a60f9c818c494273ad798cbac34b: thnaks fro fiixng tpyos!
  jarolrod:
    ACK 94c7dd9ac810a60f9c818c494273ad798cbac34b

Tree-SHA512: e0fac462a2f9e68b6a161c9f5d95b4d0648ce5c618fd7cd243d57db8f0256138b8823b166ea406b21e95586eae43047df1ef0df04616858082a39c1d1eb13a86
This commit is contained in:
fanquake 2021-04-08 08:15:27 +08:00 committed by PastaPastaPasta
parent e5f4614404
commit 27032ca6be
3 changed files with 3 additions and 3 deletions

View File

@ -295,7 +295,7 @@ rebuild _just_ this derivation in a single-threaded fashion:
$ guix build --cores=1 /gnu/store/...-foo-3.6.12.drv $ guix build --cores=1 /gnu/store/...-foo-3.6.12.drv
``` ```
If the single-threaded rebuild stil did not succeed, you may need to dig deeper. If the single-threaded rebuild did not succeed, you may need to dig deeper.
You may view `foo`'s build logs in `less` like so (please replace paths with the You may view `foo`'s build logs in `less` like so (please replace paths with the
path you see in the build failure output): path you see in the build failure output):

View File

@ -15,7 +15,7 @@ source "$(dirname "${BASH_SOURCE[0]}")/libexec/prelude.bash"
################### ###################
################ ################
# Required non-builtin commands should be invokable # Required non-builtin commands should be invocable
################ ################
check_tools cat mkdir make git guix check_tools cat mkdir make git guix

View File

@ -9,7 +9,7 @@ source contrib/shell/realpath.bash
source contrib/shell/git-utils.bash source contrib/shell/git-utils.bash
################ ################
# Required non-builtin commands should be invokable # Required non-builtin commands should be invocable
################ ################
check_tools() { check_tools() {