Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1056)

Unified Diff: src/pkg/http/server.go

Issue 1697048: code review 1697048: http, crypto/tls: followup fixes from 1684051. (Closed)
Patch Set: code review 1697048: http, crypto/tls: followup fixes from 1684051. Created 13 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/pkg/crypto/tls/tls.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/http/server.go
===================================================================
--- a/src/pkg/http/server.go
+++ b/src/pkg/http/server.go
@@ -642,8 +642,8 @@
return e
}
-// ListenAndServeTLS acts identically to ListenAndServe, expect that it
-// except HTTPS connections. Additionally, files containing a certificate and
+// ListenAndServeTLS acts identically to ListenAndServe, except that it
+// expects HTTPS connections. Additionally, files containing a certificate and
// matching private key for the server must be provided.
//
// A trivial example server is:
« no previous file with comments | « src/pkg/crypto/tls/tls.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b