File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 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) {
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}
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments