]> Cypherpunks repositories - gostls13.git/commitdiff
net/url: spell the package name correctly.
authorDavid Symonds <dsymonds@golang.org>
Fri, 17 Feb 2012 04:31:07 +0000 (15:31 +1100)
committerDavid Symonds <dsymonds@golang.org>
Fri, 17 Feb 2012 04:31:07 +0000 (15:31 +1100)
R=bradfitz
CC=golang-dev
https://golang.org/cl/5676076

src/pkg/net/url/url.go

index cdfb16ceda2c7479ce906a974bdbc9211e5f8db0..1d824c060929e7308f3f295615b51064f4405dd6 100644 (file)
@@ -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