mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-12-17 07:31:37 +03:00
spelling: decryption
This commit is contained in:
@ -667,7 +667,7 @@ void WriteSendFifo(SESSION *s, TCPSOCK *ts, void *data, UINT size)
|
||||
WriteFifo(ts->SendFifo, data, size);
|
||||
}
|
||||
|
||||
// Write data to the reception FIFO (automatic deccyption)
|
||||
// Write data to the reception FIFO (automatic decryption)
|
||||
void WriteRecvFifo(SESSION *s, TCPSOCK *ts, void *data, UINT size)
|
||||
{
|
||||
// Validate arguments
|
||||
|
||||
Reference in New Issue
Block a user