소스 검색

Merge pull request #15502 from mrunalp/fixup_comment

Fix incorrect comment
Alexander Morozov 10 년 전
부모
커밋
f5e2c6f14b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      api/server/copy.go

+ 1 - 1
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")