From 314c1ce54485e18859a0d2409aceea7f27d87b50 Mon Sep 17 00:00:00 2001 From: Shawn Smith Date: Thu, 25 Feb 2016 16:26:10 +0900 Subject: [PATCH] fix typo --- protoc-gen-grpc-gateway/descriptor/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protoc-gen-grpc-gateway/descriptor/types.go b/protoc-gen-grpc-gateway/descriptor/types.go index c5ffdc1eb3a..1bb232b75e5 100644 --- a/protoc-gen-grpc-gateway/descriptor/types.go +++ b/protoc-gen-grpc-gateway/descriptor/types.go @@ -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, ".") }