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:
authorPhil Davis <phil.davis@inf.org>2015-09-21 20:19:25 +0300
committerPhil Davis <phil.davis@inf.org>2015-09-21 20:19:25 +0300
commita165710e99edae933b571b475ec13e72b2e89428 (patch)
treea8889b6e766d2d68473abe979f882b9eb76a2928 /autotest.sh
parentc5f0ad49b0921cba7285cf134960d72c0034c141 (diff)
Minor text typos
that I noticed while looking at some code.
Diffstat (limited to 'autotest.sh')
-rwxr-xr-xautotest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autotest.sh b/autotest.sh
index 8d0e20cf2a8..243b8df0c6a 100755
--- a/autotest.sh
+++ b/autotest.sh
@@ -171,7 +171,7 @@ function execute_tests {
else
if [ "MariaDB" != "$(mysql --version | grep -o MariaDB)" ] ; then
echo "Your mysql binary is not provided by MariaDB"
- echo "To use the docker container set the USEDOCKER enviroment variable"
+ echo "To use the docker container set the USEDOCKER environment variable"
exit -1
fi
mysql -u "$DATABASEUSER" -powncloud -e "DROP DATABASE IF EXISTS $DATABASENAME" -h $DATABASEHOST || true