Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit 8ddfc8a

Browse files
authored
Merge pull request #1284 from shawnps/patch-1
fix typo
2 parents 7b32a47 + 457dcaf commit 8ddfc8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/gps/pkgtree/pkgtree.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ func findImportComment(pkgName *ast.Ident, c *ast.CommentGroup) string {
366366
// ConflictingImportComments indicates that the package declares more than one
367367
// different canonical path.
368368
type ConflictingImportComments struct {
369-
ImportPath string // An import path refering to this package
369+
ImportPath string // An import path referring to this package
370370
ConflictingImportComments []string // All distinct "canonical" paths encountered in the package files
371371
}
372372

0 commit comments

Comments
 (0)