Skip to content

Commit

Permalink
Merge pull request #111 from shawnps/patch-2
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
yugui committed Feb 25, 2016
2 parents fd69e19 + 314c1ce commit 4ca55e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protoc-gen-grpc-gateway/descriptor/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type GoPackage struct {
Alias string
}

// Standard returns whether the import is a golang standard pacakge.
// Standard returns whether the import is a golang standard package.
func (p GoPackage) Standard() bool {
return !strings.Contains(p.Path, ".")
}
Expand Down

0 comments on commit 4ca55e5

Please sign in to comment.