all: Correct various typos

Skip-check: authors

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4005
This commit is contained in:
HairyFotr
2017-02-25 08:12:13 +00:00
committed by Jakob Borg
parent 98d22b88a0
commit c56c48a777
15 changed files with 21 additions and 21 deletions

View File

@@ -137,7 +137,7 @@ func NewService(cfg *config.Wrapper, myID protocol.DeviceID, mdl Model, tlsCfg *
// There are several moving parts here; one routine per listening address
// (handled in configuration changing) to handle incoming connections,
// one routine to periodically attempt outgoing connections, one routine to
// the the common handling regardless of whether the connection was
// the common handling regardless of whether the connection was
// incoming or outgoing.
service.Add(serviceFunc(service.connect))