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

@@ -633,7 +633,7 @@ func syncthingMain(runtimeOptions RuntimeOptions) {
// report the error if there is one.
osutil.MaximizeOpenFileLimit()
// Ensure that that we have a certificate and key.
// Ensure that we have a certificate and key.
cert, err := tls.LoadX509KeyPair(locations[locCertFile], locations[locKeyFile])
if err != nil {
l.Infof("Generating ECDSA key and certificate for %s...", tlsDefaultCommonName)