This is an automated email from the ASF dual-hosted git repository.

jking pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


The following commit(s) were added to refs/heads/master by this push:
     new 370d751  spelling mistake, perhaps (#1803) [ci skip
370d751 is described below

commit 370d7513f074d96007006a82fca4d45e72afe4da
Author: timestee <19310233+times...@users.noreply.github.com>
AuthorDate: Mon May 20 19:20:42 2019 +0800

    spelling mistake, perhaps (#1803) [ci skip
---
 lib/go/thrift/socket.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/go/thrift/socket.go b/lib/go/thrift/socket.go
index 8854279..88b98f5 100644
--- a/lib/go/thrift/socket.go
+++ b/lib/go/thrift/socket.go
@@ -162,5 +162,5 @@ func (p *TSocket) Interrupt() error {
 
 func (p *TSocket) RemainingBytes() (num_bytes uint64) {
        const maxSize = ^uint64(0)
-       return maxSize // the thruth is, we just don't know unless framed is 
used
+       return maxSize // the truth is, we just don't know unless framed is used
 }

Reply via email to