| commit | 40917ae59d10cc47e5fb4d752e9beb145875133c | [log] [tgz] |
|---|---|---|
| author | Joop Kiefte <joop@kiefte.net> | Sun Feb 08 19:26:43 2015 +0100 |
| committer | Joop Kiefte <joop@kiefte.net> | Sun Feb 08 19:26:43 2015 +0100 |
| tree | 23397a530c2029cec8a6054ca0faac96480dc304 | |
| parent | bb20f8c58cabb359ba8de621fdd304c020d8c63c [diff] |
Correct typo visible in documentation
diff --git a/httputil/httputil.go b/httputil/httputil.go index ee38038..b077edf 100644 --- a/httputil/httputil.go +++ b/httputil/httputil.go
@@ -4,7 +4,7 @@ // license that can be found in the LICENSE file or at // https://developers.google.com/open-source/licenses/bsd. -// Package htputil is a toolkit for the Go net/http package. +// Package httputil is a toolkit for the Go net/http package. package httputil import (