Merge pull request #32870 from huang195/fix_typo

Automatic merge from submit-queue

fix a typo

pporf -> pprof to correct a typo
This commit is contained in:
Kubernetes Submit Queue
2016-09-16 08:20:41 -07:00
committed by GitHub

View File

@@ -370,7 +370,7 @@ func (s *Server) InstallDebuggingHandlers() {
}
}
// Setup pporf handlers.
// Setup pprof handlers.
ws = new(restful.WebService).Path(pprofBasePath)
ws.Route(ws.GET("/{subpath:*}").To(func(req *restful.Request, resp *restful.Response) {
handlePprofEndpoint(req, resp)