all: Fix comment typos

Skip-check: authors

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4481
This commit is contained in:
HairyFotr
2017-11-04 07:20:11 +00:00
committed by Jakob Borg
parent 9245d22f16
commit 7cbd92e1b1
14 changed files with 17 additions and 17 deletions

View File

@@ -258,7 +258,7 @@ func testSyncCluster(t *testing.T) {
break
}
// Alter the "test-appendfile" without changing it's modification time. Sneaky!
// Alter the "test-appendfile" without changing its modification time. Sneaky!
fi, err := os.Stat("s1/test-appendfile")
if err != nil {
t.Fatal(err)