Skip to content

Commit 0120dec

Browse files
liaojianjianliao82
liaojian
authored andcommitted
fix typo
fix typo Signed-off-by: jian liao <[email protected]>
1 parent 6ca8355 commit 0120dec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

client_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ func TestNewClient(t *testing.T) {
171171
t.Fatal("New() returned nil client")
172172
}
173173
if err := client.Close(); err != nil {
174-
t.Errorf("client closed returned errror %v", err)
174+
t.Errorf("client closed returned error %v", err)
175175
}
176176
}
177177

@@ -340,6 +340,6 @@ func TestClientReconnect(t *testing.T) {
340340
t.Fatal("containerd is not serving")
341341
}
342342
if err := client.Close(); err != nil {
343-
t.Errorf("client closed returned errror %v", err)
343+
t.Errorf("client closed returned error %v", err)
344344
}
345345
}

metadata/buckets.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
digest "github.com/opencontainers/go-digest"
2222
)
2323

24-
// The layout where a "/" delineates a bucket is desribed in the following
24+
// The layout where a "/" delineates a bucket is described in the following
2525
// section. Please try to follow this as closely as possible when adding
2626
// functionality. We can bolster this with helpers and more structure if that
2727
// becomes an issue.

0 commit comments

Comments
 (0)