diff --git a/internal/model/tree.go b/internal/model/tree.go index 33746a7c..91254834 100644 --- a/internal/model/tree.go +++ b/internal/model/tree.go @@ -51,7 +51,7 @@ func (t *Tree) ClearFilter() { t.query = "" } -// SetFiltersets the current filter. +// SetFilter sets the current filter. func (t *Tree) SetFilter(q string) { t.query = q } diff --git a/internal/xray/sa.go b/internal/xray/sa.go index b6758d19..abc13593 100644 --- a/internal/xray/sa.go +++ b/internal/xray/sa.go @@ -12,7 +12,7 @@ import ( "k8s.io/apimachinery/pkg/runtime" ) -// ServiceAcccount represents an xray renderer. +// ServiceAccount represents an xray renderer. type ServiceAccount struct{} // Render renders an xray node.