fix some typos

This commit is contained in:
qingwave
2022-06-06 02:43:23 +00:00
parent 0c2a419a5e
commit c78ab9039a
4 changed files with 22 additions and 22 deletions

View File

@@ -195,7 +195,7 @@ func (h *handler) PodLogSearch(request *restful.Request, response *restful.Respo
api.HandleError(response, request, err)
return
}
// ES log will be filted by pods and namespace by default.
// ES log will be filtered by pods and namespace by default.
pods, err := h.gw.GetPods(ns, &query.Query{})
if err != nil {
api.HandleError(response, request, err)