From 378e7365ffb23634bdb97fcc5e8680ad4c5fdf11 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:08:52 -0400 Subject: [PATCH] spelling: username Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- bin/dev/autotest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/dev/autotest.sh b/bin/dev/autotest.sh index 69f8328751..b6f67cf118 100755 --- a/bin/dev/autotest.sh +++ b/bin/dev/autotest.sh @@ -46,7 +46,7 @@ function show_syntax() { echo -e "\t\"testfile\" is the name of a test file, for example lib/template.php" >&2 echo -e "\nDatabase environment variables:\n" >&2 echo -e "\t\"MYSQL_HOST\" Mysql Hostname (Default: localhost)" >&2 - echo -e "\t\"MYSQL_USDRNAME\" Mysql Username (Default: friendica)" >&2 + echo -e "\t\"MYSQL_USERNAME\" Mysql Username (Default: friendica)" >&2 echo -e "\t\"MYSQL_DATABASE\" Mysql Database (Default: test)" >&2 echo -e "\nOther environment variables:\n" >&2 echo -e "\t\"TEST_SELECTION\" test a specific group of tests, can be one of: $TESTS" >&2