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

Commit

Permalink
Merge pull request #1284 from shawnps/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
sdboyer committed Oct 18, 2017
2 parents 7b32a47 + 457dcaf commit 8ddfc8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/gps/pkgtree/pkgtree.go
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ func findImportComment(pkgName *ast.Ident, c *ast.CommentGroup) string {
// ConflictingImportComments indicates that the package declares more than one
// different canonical path.
type ConflictingImportComments struct {
ImportPath string // An import path refering to this package
ImportPath string // An import path referring to this package
ConflictingImportComments []string // All distinct "canonical" paths encountered in the package files
}

Expand Down

0 comments on commit 8ddfc8a

Please sign in to comment.