Fix typos

This commit is contained in:
Dimitris Apostolou
2021-11-12 18:33:51 +02:00
parent 4052b1ea6d
commit 8ee9c437e1
13 changed files with 17 additions and 17 deletions

View File

@@ -936,7 +936,7 @@ namespace client
else // closed by peer
{
uint8_t * buff = new uint8_t[SAM_SOCKET_BUFFER_SIZE];
// get remaning data
// get remaining data
auto len = m_Stream->ReadSome (buff, SAM_SOCKET_BUFFER_SIZE);
if (len > 0) // still some data
{