mirror of
https://github.com/distribution/distribution.git
synced 2025-09-07 01:41:02 +00:00
chore: fix some typos in comments
Signed-off-by: guoguangwu <guoguangwug@gmail.com>
This commit is contained in:
@@ -202,7 +202,7 @@ func (ub *URLBuilder) BuildBlobUploadChunkURL(name reference.Named, uuid string,
|
||||
return appendValuesURL(uploadURL, values...).String(), nil
|
||||
}
|
||||
|
||||
// clondedRoute returns a clone of the named route from the router. Routes
|
||||
// cloneRoute returns a clone of the named route from the router. Routes
|
||||
// must be cloned to avoid modifying them during url generation.
|
||||
func (ub *URLBuilder) cloneRoute(name string) clonedRoute {
|
||||
route := new(mux.Route)
|
||||
|
Reference in New Issue
Block a user