Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2016-04-12 19:36:39 +0300
committerStefan Weil <sw@weilnetz.de>2016-04-12 19:36:39 +0300
commitee5f5eebe58e45724d5e29c660c164c5325e52a3 (patch)
tree0e3bb746b4457dee12a8cbf70c4ecc553072095a /autotest-external.sh
parente9a9af3493caa7e839e18cda0c8ea2d8dd7bfd22 (diff)
misc: Fix some typos
Some of them were found by codespell. Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'autotest-external.sh')
-rwxr-xr-xautotest-external.sh2
1 files changed, 1 insertions, 1 deletions
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