From d7a58a4f11c0d553eac6ad976e31bcd2e2e5857a Mon Sep 17 00:00:00 2001 From: Altarrel Date: Mon, 18 Jun 2018 16:42:32 -0400 Subject: [PATCH] Minor spelling fixes (#559) --- discord.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/discord.go b/discord.go index df911cb..681541e 100644 --- a/discord.go +++ b/discord.go @@ -6,8 +6,8 @@ // license that can be found in the LICENSE file. // This file contains high level helper functions and easy entry points for the -// entire discordgo package. These functions are beling developed and are very -// experimental at this point. They will most likley change so please use the +// entire discordgo package. These functions are being developed and are very +// experimental at this point. They will most likely change so please use the // low level functions if that's a problem. // Package discordgo provides Discord binding for Go