Skip to content

Commit 22084bd

Browse files
author
golangci
authored
Merge pull request #11 from xuri/master
Fix typo.
2 parents 8dc131d + 5b8ffca commit 22084bd

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)