From 64a5bc038a4325e790440e33437cb649598501d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20R=C3=B3=C5=BCycki?= Date: Sat, 14 Feb 2015 16:10:43 +0100 Subject: [PATCH] Typo fix. Fixes #1358 --- cmd/syncthing/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) } }