Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request moby#37741 from mooncak/fix_typos
Browse files Browse the repository at this point in the history
fix typos in experimental.go and buildargs.go
  • Loading branch information
thaJeztah authored Sep 14, 2018
2 parents 43b8dc7 + 5160003 commit 3735ea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/server/router/experimental.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func experimentalHandler(ctx context.Context, w http.ResponseWriter, r *http.Req
return notImplementedError{}
}

// Handler returns returns the APIFunc to let the server wrap it in middlewares.
// Handler returns the APIFunc to let the server wrap it in middlewares.
func (r *experimentalRoute) Handler() httputils.APIFunc {
return r.handler
}
Expand Down
2 changes: 1 addition & 1 deletion builder/dockerfile/buildargs.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func (b *BuildArgs) GetAllAllowed() map[string]string {
return b.getAllFromMapping(b.allowedBuildArgs)
}

// GetAllMeta returns a mapping with all the meta meta args
// GetAllMeta returns a mapping with all the meta args
func (b *BuildArgs) GetAllMeta() map[string]string {
return b.getAllFromMapping(b.allowedMetaArgs)
}
Expand Down

0 comments on commit 3735ea7

Please sign in to comment.