aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradnano <[email protected]>2020-09-28 02:28:28 -0400
committeradnano <[email protected]>2020-09-28 02:28:28 -0400
commitb4eb62e84990ca053e8b8a280f467f82c70b51cf (patch)
tree63f0f16ba965921ec6d8c8c93a947ea7bedadc85
parentUse splitHostPort function from net/url (diff)
downloadgo-gemini-b4eb62e84990ca053e8b8a280f467f82c70b51cf.tar.xz
go-gemini-b4eb62e84990ca053e8b8a280f467f82c70b51cf.zip
Update comments
-rw-r--r--verify.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/verify.go b/verify.go
index 13c6b0f..4871baf 100644
--- a/verify.go
+++ b/verify.go
@@ -2,7 +2,7 @@
// Modified to allow Common Names in the short term, until new certificates
// can be issued with SANs.
//
-// Also includes the splitHostPort function from net/url package.
+// Also includes the splitHostPort function from the net/url package.
// Copyright 2011 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style