]> Cypherpunks repositories - gostls13.git/commitdiff
http: doc typo
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 25 Oct 2011 02:29:44 +0000 (19:29 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 25 Oct 2011 02:29:44 +0000 (19:29 -0700)
R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5303067

src/pkg/http/doc.go

index 021589391423368f7d7ca271f7a768da8cdb5015..9c47ac7823fde5085337d172b9ee2502e96f7712 100644 (file)
@@ -3,7 +3,7 @@
 // license that can be found in the LICENSE file.
 
 /*
-Package http provides HTTP client and server implementaions.
+Package http provides HTTP client and server implementations.
 
 Get, Head, Post, and PostForm make HTTP requests: