From c864f48c3bc26fcf03fccf1888d9b67511d743b9 Mon Sep 17 00:00:00 2001 From: Passive Date: Sat, 22 Jun 2019 07:21:22 +1000 Subject: [PATCH] lint: Fix spelling mistake in ExclusiveBulkDelete warning (#1330) --- src/Discord.Net.WebSocket/DiscordSocketClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Discord.Net.WebSocket/DiscordSocketClient.cs b/src/Discord.Net.WebSocket/DiscordSocketClient.cs index 41a0c5167..5da629436 100644 --- a/src/Discord.Net.WebSocket/DiscordSocketClient.cs +++ b/src/Discord.Net.WebSocket/DiscordSocketClient.cs @@ -1380,7 +1380,7 @@ namespace Discord.WebSocket if (!ExclusiveBulkDelete.HasValue) { await _gatewayLogger.WarningAsync("A bulk delete event has been received, but the event handling behavior has not been set. " + - "To supress this message, set the ExclusiveBulkDelete configuration property. " + + "To suppress this message, set the ExclusiveBulkDelete configuration property. " + "This message will appear only once."); ExclusiveBulkDelete = false; }