modify comment

This commit is contained in:
Wenkai Yin 2016-04-20 13:06:19 +08:00
parent 6e5ad732dc
commit 9cbfb5fe2a

View File

@ -28,7 +28,7 @@ import (
"github.com/vmware/harbor/utils/registry/errors"
)
// Registry holds information of a registry entiry
// Registry holds information of a registry entity
type Registry struct {
Endpoint *url.URL
client *http.Client