all: Fix spelling

And some other minor issues.
This commit is contained in:
Bjørn Erik Pedersen
2017-08-07 20:19:24 +02:00
parent 4b54fb0701
commit 46ac745374
8 changed files with 8 additions and 9 deletions

View File

@@ -121,7 +121,7 @@ func (r *ReleaseHandler) Run() error {
var changeLogFromTag string
if newVersion.PatchLevel == 0 {
// There may have been patch releases inbetween, so set the tag explicitly.
// There may have been patch releases between, so set the tag explicitly.
changeLogFromTag = "v" + newVersion.Prev().String()
exists, _ := tagExists(changeLogFromTag)
if !exists {