Просмотр исходного кода

Merge pull request #1359 from krozycki/master

Typo fix. Fixes #1358
Audrius Butkevicius 11 лет назад
Родитель
Сommit
1f5c124ac4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      cmd/syncthing/main.go

+ 1 - 1
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)
 		}
 	}