Explorar o código

go.net/spdy: fix typo

R=golang-dev, dchest
CC=golang-dev
https://golang.org/cl/6595043
Mikio Hara %!s(int64=13) %!d(string=hai) anos
pai
achega
9d7c92fab0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      spdy/types.go

+ 1 - 1
spdy/types.go

@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// Package spdy implements SPDY protocol which is descirbed in
+// Package spdy implements SPDY protocol which is described in
 // draft-mbelshe-httpbis-spdy-00.
 //
 // http://tools.ietf.org/html/draft-mbelshe-httpbis-spdy-00