diff --git a/src/Cedar/Connection.c b/src/Cedar/Connection.c index 08675fdd..0b5353f0 100644 --- a/src/Cedar/Connection.c +++ b/src/Cedar/Connection.c @@ -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