Skip to content

Commit

Permalink
fix: missing changes from Merge bitcoin#18253: doc: Correct spelling …
Browse files Browse the repository at this point in the history
…errors in comments

doc: Correct spelling errors in comments

And ci script output.

Identified via test/lint/lint-spelling
  • Loading branch information
Empact authored and knst committed Aug 21, 2023
1 parent a05e2db commit be42204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test/05_before_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if [[ $HOST = *-mingw32 ]]; then
fi
if [ -z "$NO_DEPENDS" ]; then
if [[ $DOCKER_NAME_TAG == centos* ]]; then
# CentOS has problems building the depends if the config shell is not explicitely set
# CentOS has problems building the depends if the config shell is not explicitly set
# (i.e. for libevent a Makefile with an empty SHELL variable is generated, leading to
# an error as the first command is executed)
SHELL_OPTS="CONFIG_SHELL=/bin/bash"
Expand Down

0 comments on commit be42204

Please sign in to comment.