Skip to content

Commit 74ef170

Browse files
committed
fix typo
1 parent e59d96e commit 74ef170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gotests/patterncheck/patterncheck.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ var (
3737
// test cases specified for them. It ensures that the regexp compiles as a
3838
// POSIX regular expression according to the OpenConfig style guide.
3939
func CheckRegexps(yangfiles, paths []string) ([]string, error) {
40-
yangE, errs := yangentr.Parse(yangfiles, paths)
40+
yangE, errs := yangentry.Parse(yangfiles, paths)
4141
if len(errs) != 0 {
4242
return nil, fmt.Errorf("could not parse modules: %v", errs)
4343
}

0 commit comments

Comments
 (0)