Merge pull request #661 from saicheems/typo

Fix typo
This commit is contained in:
Qi Zhao 2016-05-03 10:54:26 -07:00
commit 7f24e5e90e
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ type Stream interface {
// ClientStream defines the interface a client stream has to satify.
type ClientStream interface {
// Header returns the header metedata received from the server if there
// Header returns the header metadata received from the server if there
// is any. It blocks if the metadata is not ready to read.
Header() (metadata.MD, error)
// Trailer returns the trailer metadata from the server. It must be called