mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
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:
parent
e5f4614404
commit
27032ca6be
@ -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):
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user