all: Typos

Skip-check: authors

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4263
This commit is contained in:
HairyFotr
2017-07-20 13:10:46 +00:00
committed by Jakob Borg
parent 0ca2ed7ad7
commit 0ad10b0fee
7 changed files with 11 additions and 11 deletions

View File

@@ -1074,7 +1074,7 @@ func setupGUI(mainService *suture.Supervisor, cfg *config.Wrapper, m *model.Mode
if cfg.Options().StartBrowser && !runtimeOptions.noBrowser && !runtimeOptions.stRestarting {
// Can potentially block if the utility we are invoking doesn't
// fork, and just execs, hence keep it in it's own routine.
// fork, and just execs, hence keep it in its own routine.
<-api.startedOnce
go openURL(guiCfg.URL())
}