diff --git a/cmd/syncthing/main.go b/cmd/syncthing/main.go index 62eb1b125..01ff26ca1 100644 --- a/cmd/syncthing/main.go +++ b/cmd/syncthing/main.go @@ -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) } }