From 547bca23798da1b235a0d6116e02b02be668972e Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Tue, 29 Aug 2023 22:25:39 +0300 Subject: [PATCH] docs: fix a typo (#4048) --- pkg/logutils/logutils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/logutils/logutils.go b/pkg/logutils/logutils.go index 80c9fed7..94479bc7 100644 --- a/pkg/logutils/logutils.go +++ b/pkg/logutils/logutils.go @@ -59,7 +59,7 @@ const ( DebugKeyGoCritic = "gocritic" // Debugs `go-critic` linter. DebugKeyMegacheck = "megacheck" // Debugs `staticcheck` related linters. DebugKeyNolint = "nolint" // Debugs a filter excluding issues by `//nolint` comments. - DebugKeyRevive = "revive" // Debugs `revice` linter. + DebugKeyRevive = "revive" // Debugs `revive` linter. ) func getEnabledDebugs() map[string]bool {