From: David Symonds Date: Fri, 17 Feb 2012 04:31:07 +0000 (+1100) Subject: net/url: spell the package name correctly. X-Git-Tag: weekly.2012-02-22~166 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d8e715cab4f790e033c8d22ad07e9ca5ff9d343b;p=gostls13.git net/url: spell the package name correctly. R=bradfitz CC=golang-dev https://golang.org/cl/5676076 --- diff --git a/src/pkg/net/url/url.go b/src/pkg/net/url/url.go index cdfb16ceda..1d824c0609 100644 --- a/src/pkg/net/url/url.go +++ b/src/pkg/net/url/url.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 URL parses URLs and implements query escaping. +// Package url parses URLs and implements query escaping. // See RFC 3986. package url