From d626f77e36e16911358248af678cc00900a6f5b5 Mon Sep 17 00:00:00 2001 From: Mrunal Patel Date: Tue, 11 Aug 2015 19:45:23 -0400 Subject: [PATCH] Fix incorrect comment Signed-off-by: Mrunal Patel --- api/server/copy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/server/copy.go b/api/server/copy.go index d3aaee5c2..2d26fb983 100644 --- a/api/server/copy.go +++ b/api/server/copy.go @@ -13,7 +13,7 @@ import ( "github.com/docker/docker/pkg/version" ) -// postContainersCopy is deprecated in favor of getContainersArchivePath. +// postContainersCopy is deprecated in favor of getContainersArchive. func (s *Server) postContainersCopy(version version.Version, w http.ResponseWriter, r *http.Request, vars map[string]string) error { if vars == nil { return fmt.Errorf("Missing parameter")