Skip to content

Commit 8788af7

Browse files
committed
modify-document-duplicate-word
Signed-off-by: chentanjun <[email protected]>
1 parent cd79e0e commit 8788af7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

oci/spec_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func TestGenerateSpec(t *testing.T) {
6363
}
6464
} else {
6565
if s.Windows == nil {
66-
t.Fatal("Windows section of spec not filled on on Windows platform")
66+
t.Fatal("Windows section of spec not filled in on Windows platform")
6767
}
6868
}
6969

platforms/database.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func isLinuxOS(os string) bool {
2828
return os == "linux"
2929
}
3030

31-
// These function are generated from from https://golang.org/src/go/build/syslist.go.
31+
// These function are generated from https://golang.org/src/go/build/syslist.go.
3232
//
3333
// We use switch statements because they are slightly faster than map lookups
3434
// and use a little less memory.

0 commit comments

Comments
 (0)