Browse Source

Minor spelling fixes (#559)

Altarrel 6 years ago
parent
commit
d7a58a4f11
1 changed files with 2 additions and 2 deletions
  1. 2 2
      discord.go

+ 2 - 2
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