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{