From 9b0e16226e6c1fb6a3550d635339f1bbb49a852f Mon Sep 17 00:00:00 2001 From: Ben Woosley Date: Mon, 2 Mar 2020 22:58:57 -0800 Subject: doc: Correct spelling errors in comments And ci script output. Identified via test/lint/lint-spelling --- ci/test/05_before_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/test/05_before_script.sh') diff --git a/ci/test/05_before_script.sh b/ci/test/05_before_script.sh index 1cb5c30901..933f4cea91 100755 --- a/ci/test/05_before_script.sh +++ b/ci/test/05_before_script.sh @@ -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" -- cgit v1.2.3