1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-06-28 20:05:08 +03:00

spelling: decryption

This commit is contained in:
Josh Soref 2018-02-28 03:13:08 +00:00
parent 33a21f1843
commit d6065ebfc0

View File

@ -667,7 +667,7 @@ void WriteSendFifo(SESSION *s, TCPSOCK *ts, void *data, UINT size)
WriteFifo(ts->SendFifo, data, 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) void WriteRecvFifo(SESSION *s, TCPSOCK *ts, void *data, UINT size)
{ {
// Validate arguments // Validate arguments