Fix spelling of Receive

This commit is contained in:
David Woakes 2016-07-20 08:15:28 +01:00
parent 15a51818f9
commit 397f20298e
2 changed files with 4 additions and 4 deletions

View file

@ -36,7 +36,7 @@ namespace TLSharp.Core.Network
}
}
public async Task<byte[]> Recieve()
public async Task<byte[]> Receive()
{
var result = await _transport.Receieve();