mirror of
https://github.com/containers/podman.git
synced 2025-10-27 11:15:38 +08:00
Spelling
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
@ -7,7 +7,7 @@ import (
|
||||
"github.com/gorilla/mux"
|
||||
)
|
||||
|
||||
func (s *APIServer) registerAchiveHandlers(r *mux.Router) error {
|
||||
func (s *APIServer) registerArchiveHandlers(r *mux.Router) error {
|
||||
// swagger:operation PUT /containers/{name}/archive compat putArchive
|
||||
// ---
|
||||
// summary: Put files into a container
|
||||
|
||||
@ -666,7 +666,7 @@ func (s *APIServer) registerImagesHandlers(r *mux.Router) error {
|
||||
// - in: query
|
||||
// name: destination
|
||||
// type: string
|
||||
// description: Allows for pushing the image to a different destintation than the image refers to.
|
||||
// description: Allows for pushing the image to a different destination than the image refers to.
|
||||
// - in: query
|
||||
// name: tlsVerify
|
||||
// description: Require TLS verification.
|
||||
|
||||
@ -108,7 +108,7 @@ func newServer(runtime *libpod.Runtime, duration time.Duration, listener *net.Li
|
||||
|
||||
for _, fn := range []func(*mux.Router) error{
|
||||
server.registerAuthHandlers,
|
||||
server.registerAchiveHandlers,
|
||||
server.registerArchiveHandlers,
|
||||
server.registerContainersHandlers,
|
||||
server.registerDistributionHandlers,
|
||||
server.registerEventsHandlers,
|
||||
|
||||
Reference in New Issue
Block a user