From 0af1c7e0d20fa82084779e0fb8221bb6ef7b6b17 Mon Sep 17 00:00:00 2001 From: derailed Date: Sun, 19 Jan 2020 22:57:07 -0700 Subject: [PATCH] clean up --- internal/model/tree.go | 2 +- internal/xray/sa.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.