Merge pull request #1359 from krozycki/master

Typo fix. Fixes #1358
This commit is contained in:
Audrius Butkevicius 2015-02-14 15:17:45 +00:00
commit 1f5c124ac4
1 changed files with 1 additions and 1 deletions

View File

@ -613,7 +613,7 @@ func syncthingMain() {
} else if IsRelease {
go autoUpgrade()
} else {
l.Infof("No automatic upgrades; %s is not a relase version.", Version)
l.Infof("No automatic upgrades; %s is not a release version.", Version)
}
}