Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chandanpasunoori authored Jan 22, 2024
1 parent 4886683 commit 5a51604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func SourcesForPod(
return id, sources
}

func NameRegexFileter(regex string) (filter.Filter, error) {
func NewNameRegexFilter(regex string) (filter.Filter, error) {
compile, err := regexp.Compile(regex)
if err != nil {
return nil, err
Expand Down

0 comments on commit 5a51604

Please sign in to comment.