From d6065ebfc060822cabbbe8a767115d684f4c892c Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 28 Feb 2018 03:13:08 +0000 Subject: [PATCH] spelling: decryption --- src/Cedar/Connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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