Skip to content

Commit 5b8ffca

Browse files
committed
Fix typo.
1 parent 8dc131d commit 5b8ffca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/commands/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ func (e *Executor) initRun() {
8080
runCmd.Flags().IntVar(&lsc.Goconst.MinStringLen, "goconst.min-len",
8181
3, "Goconst: minimum constant string length")
8282
runCmd.Flags().IntVar(&lsc.Goconst.MinOccurrencesCount, "goconst.min-occurrences",
83-
3, "Goconst: minimum occurences of constant string count to trigger issue")
83+
3, "Goconst: minimum occurrences of constant string count to trigger issue")
8484

8585
// Linters config
8686
lc := &e.cfg.Linters

0 commit comments

Comments
 (0)