modify-comment

This commit is contained in:
foxyriver 2017-01-13 09:27:23 +08:00
parent e7537a21d9
commit 659c7df3c6

View File

@ -285,7 +285,7 @@ func (s *Server) InstallDefaultHandlers() {
const pprofBasePath = "/debug/pprof/"
// InstallDeguggingHandlers registers the HTTP request patterns that serve logs or run commands/containers
// InstallDebuggingHandlers registers the HTTP request patterns that serve logs or run commands/containers
func (s *Server) InstallDebuggingHandlers(criHandler http.Handler) {
var ws *restful.WebService