cmd/syncthing, lib/fs, lib/sync: Spelling in comments

This commit is contained in:
Jakob Borg
2017-02-05 18:51:52 +01:00
parent c0f3f06cfb
commit 3655c97850
3 changed files with 3 additions and 3 deletions

View File

@@ -343,7 +343,7 @@ func (s *apiService) Serve() {
s.started <- listener.Addr().String()
}
// Indicate successfull initial startup, to ourselves and to interested
// Indicate successful initial startup, to ourselves and to interested
// listeners (i.e. the thing that starts the browser).
select {
case <-s.startedOnce: