commit | 3b5dacba44e4fa5c07c8b828d2f65215f9c91e34 | [log] [tgz] |
---|---|---|
author | Konrad Grochowski <hcorg@apache.org> | Mon Nov 24 10:55:31 2014 +0100 |
committer | Konrad Grochowski <hcorg@apache.org> | Mon Nov 24 10:55:31 2014 +0100 |
tree | 56fb134a0cd9cadbdd034af8de6ffdb31ae50ef8 | |
parent | eab29a0da9eb775bb7e1e7cff6b4eeaecf237151 [diff] [blame] |
THRIFT-2849: spelling errors fixed using codespell tool Client: All Patch: Anatol Pomozov This closes #281
diff --git a/lib/go/thrift/ssl_socket.go b/lib/go/thrift/ssl_socket.go index 943bd90..d28975e 100644 --- a/lib/go/thrift/ssl_socket.go +++ b/lib/go/thrift/ssl_socket.go
@@ -102,7 +102,7 @@ return nil } -// Retreive the underlying net.Conn +// Retrieve the underlying net.Conn func (p *TSSLSocket) Conn() net.Conn { return p.conn }