small fix in comment

This commit is contained in:
Volker Fischer 2011-04-23 20:43:07 +00:00
parent 356ecff831
commit 81bc9e7aad

View file

@ -953,7 +953,7 @@ bool CServer::PutData ( const CVector<uint8_t>& vecbyRecBuf,
} }
else else
{ {
// this was a connection less protocol message, return accoring // this was a connection less protocol message, return according
// state // state
bChanOK = false; bChanOK = false;
} }