aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHairyFotr <hairyfotr@gmail.com>2017-11-04 07:20:11 +0000
committerJakob Borg <jakob@kastelo.net>2017-11-04 07:20:11 +0000
commit7cbd92e1b1aee617c1dd2dbaa9e4b6a830dda95a (patch)
treee4037c330d02cb080c0aeec611cc8bbd894460a0 /test
parent9245d22f16b4e2f1e60f3bcaaf2d5e8912d29d3e (diff)
downloadsyncthing-7cbd92e1b1aee617c1dd2dbaa9e4b6a830dda95a.tar.gz
syncthing-7cbd92e1b1aee617c1dd2dbaa9e4b6a830dda95a.zip
all: Fix comment typos
Skip-check: authors GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4481
Diffstat (limited to 'test')
-rw-r--r--test/conflict_test.go2
-rw-r--r--test/sync_test.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/conflict_test.go b/test/conflict_test.go
index f4268691e..18f9e61ea 100644
--- a/test/conflict_test.go
+++ b/test/conflict_test.go
@@ -348,7 +348,7 @@ func TestConflictsIndexReset(t *testing.T) {
log.Println("Updating...")
- // change s2/file2 a few times, so that it's version counter increases.
+ // change s2/file2 a few times, so that its version counter increases.
// This will make the file on the cluster look newer than what we have
// locally after we rest the index, unless we have a fix for that.
diff --git a/test/sync_test.go b/test/sync_test.go
index 349f9362b..45a46cd4b 100644
--- a/test/sync_test.go
+++ b/test/sync_test.go
@@ -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)