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

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Bennetch <bennetch@gmail.com>2018-02-27 21:12:17 +0300
committerIsaac Bennetch <bennetch@gmail.com>2018-02-28 07:04:53 +0300
commit0664827c3c458b89a73704fccef43e38269518f6 (patch)
tree1ffcecb23a7eb4317668e0664266e0503cb2d62e /scripts
parentc77e54933921c139be89bb0e436cd2d769a71e2a (diff)
Fix typo in create-release.sh help
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create-release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create-release.sh b/scripts/create-release.sh
index eb7a5be676..a7ef79fbee 100755
--- a/scripts/create-release.sh
+++ b/scripts/create-release.sh
@@ -65,7 +65,7 @@ while [ $# -gt 0 ] ; do
echo "If --tag is specified, release tag is automatically created (use this for all releases including pre-releases)"
echo "If --stable is specified, the STABLE branch is updated with this release"
echo "If --test is specified, the testsuite is executed before creating the release"
- echo "If --ci is specified, the testsuite is executed and no actual release is crated"
+ echo "If --ci is specified, the testsuite is executed and no actual release is created"
echo ""
echo "Examples:"
echo " create-release.sh 2.9.0-rc1 QA_2_9"