spelling mistake, perhaps (#1803) [ci skip

This commit is contained in:
timestee 2019-05-20 19:20:42 +08:00 committed by James E. King III
parent c035eca3c6
commit 370d7513f0

View File

@ -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
}