From 5d065b4a3d261848e65acc0432d5e4178186adac Mon Sep 17 00:00:00 2001 From: Mohammad Asif Siddiqui Date: Mon, 14 Aug 2017 21:31:30 +0800 Subject: [PATCH] Fix Typo to improve GoReport Signed-off-by: asifdxtreme --- server/image_pull.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/image_pull.go b/server/image_pull.go index a1d2af51..77d57494 100644 --- a/server/image_pull.go +++ b/server/image_pull.go @@ -49,7 +49,7 @@ func (s *Server) PullImage(ctx context.Context, req *pb.PullImageRequest) (*pb.P options := ©.Options{ SourceCtx: &types.SystemContext{}, } - // Specifiying a username indicates the user intends to send authentication to the registry. + // Specifying a username indicates the user intends to send authentication to the registry. if username != "" { options.SourceCtx = &types.SystemContext{ DockerAuthConfig: &types.DockerAuthConfig{