diff options
author | Phil Davis <phil.davis@inf.org> | 2015-09-21 23:04:25 +0545 |
---|---|---|
committer | Phil Davis <phil.davis@inf.org> | 2015-09-21 23:04:25 +0545 |
commit | a165710e99edae933b571b475ec13e72b2e89428 (patch) | |
tree | a8889b6e766d2d68473abe979f882b9eb76a2928 /autotest.sh | |
parent | c5f0ad49b0921cba7285cf134960d72c0034c141 (diff) | |
download | nextcloud-server-a165710e99edae933b571b475ec13e72b2e89428.tar.gz nextcloud-server-a165710e99edae933b571b475ec13e72b2e89428.zip |
Minor text typos
that I noticed while looking at some code.
Diffstat (limited to 'autotest.sh')
-rwxr-xr-x | autotest.sh | 2 |
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 |