From ee5f5eebe58e45724d5e29c660c164c5325e52a3 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Tue, 12 Apr 2016 18:36:39 +0200 Subject: misc: Fix some typos Some of them were found by codespell. Signed-off-by: Stefan Weil --- autotest-external.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autotest-external.sh') diff --git a/autotest-external.sh b/autotest-external.sh index 643153bb064..ef6516c0721 100755 --- a/autotest-external.sh +++ b/autotest-external.sh @@ -218,7 +218,7 @@ EOF stopFile=`echo "$startFile" | sed 's/start/stop/'` echo "stop: $stopFile" if [ -f $FILES_EXTERNAL_BACKEND_ENV_PATH/$stopFile ]; then - # execute stop file if existant + # execute stop file if existent ./$FILES_EXTERNAL_BACKEND_ENV_PATH/$stopFile fi if [ "$DOEXIT" ]; then -- cgit v1.2.3