浏览代码

go.net/spdy: fix typo

R=golang-dev, dchest
CC=golang-dev
https://golang.org/cl/6595043
Mikio Hara 13 年之前
父节点
当前提交
9d7c92fab0
共有 1 个文件被更改,包括 1 次插入1 次删除
  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