Skip to content

Commit

Permalink
net/http: fix typo in docstring
Browse files Browse the repository at this point in the history
s/activitiy/activity

Change-Id: Ib2bbc929b38b1993000da57daed2d795f4a93997
Reviewed-on: https://go-review.googlesource.com/18131
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
  • Loading branch information
jonboulle authored and bradfitz committed Dec 24, 2015
1 parent 5464181 commit 5b5e19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/http/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ type readResult struct {
// connReader is the io.Reader wrapper used by *conn. It combines a
// selectively-activated io.LimitedReader (to bound request header
// read sizes) with support for selectively keeping an io.Reader.Read
// call blocked in a background goroutine to wait for activitiy and
// call blocked in a background goroutine to wait for activity and
// trigger a CloseNotifier channel.
type connReader struct {
r io.Reader
Expand Down

0 comments on commit 5b5e19e

Please sign in to comment.