diff --git a/bin/vbump.sh b/bin/vbump.sh index 4827ce2a..7dea048e 100755 --- a/bin/vbump.sh +++ b/bin/vbump.sh @@ -59,7 +59,7 @@ git checkout "$LEADING_BRANCH" git merge "$DEV_BRANCH" echo; -echo "Sucesfully prepared release" +echo "Successfully prepared release" echo; git tag -a "$VERSION" -m "$CHANGELOG"