File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ func TestNewClient(t *testing.T) {
171
171
t .Fatal ("New() returned nil client" )
172
172
}
173
173
if err := client .Close (); err != nil {
174
- t .Errorf ("client closed returned errror %v" , err )
174
+ t .Errorf ("client closed returned error %v" , err )
175
175
}
176
176
}
177
177
@@ -340,6 +340,6 @@ func TestClientReconnect(t *testing.T) {
340
340
t .Fatal ("containerd is not serving" )
341
341
}
342
342
if err := client .Close (); err != nil {
343
- t .Errorf ("client closed returned errror %v" , err )
343
+ t .Errorf ("client closed returned error %v" , err )
344
344
}
345
345
}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
21
21
digest "github.com/opencontainers/go-digest"
22
22
)
23
23
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
25
25
// section. Please try to follow this as closely as possible when adding
26
26
// functionality. We can bolster this with helpers and more structure if that
27
27
// becomes an issue.
You can’t perform that action at this time.
0 commit comments