From 49c033a8e8892eea9b81c71364c965cf1397d276 Mon Sep 17 00:00:00 2001 From: ComputerMaster1st Date: Wed, 28 Nov 2018 00:58:56 +0000 Subject: [PATCH] Corrected Spelling Error --- src/Discord.Net.WebSocket/Net/DefaultUdpSocket.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Discord.Net.WebSocket/Net/DefaultUdpSocket.cs b/src/Discord.Net.WebSocket/Net/DefaultUdpSocket.cs index c8496807e..cae9eced9 100644 --- a/src/Discord.Net.WebSocket/Net/DefaultUdpSocket.cs +++ b/src/Discord.Net.WebSocket/Net/DefaultUdpSocket.cs @@ -120,7 +120,7 @@ namespace Discord.Net.Udp _ = receiveTask.ContinueWith((recieveResult) => { - //observe the exception as to not recieve as unhandled exception + //observe the exception as to not receive as unhandled exception _ = recieveResult.Exception; }, TaskContinuationOptions.OnlyOnFaulted);