Skip to content

Minor Typo Fixes in comments

Mateusz Brawański requested to merge github/fork/JokinAce/master into master

Created by: JokinAce

Summary

Found and fixed spelling issues in comments

Details

This will just fix every spelling error I found in Core, not touching any code only comments except for the "probaby to probably" commit which touches the string Message, the Logger sends.

Changes proposed

  • Fixed Typo. 2x Mesage to Message in DiscordClient.cs
  • Fixed Typo. probaby to probably in DiscordClient.Dispatch.cs
  • Fixed Typo. angery to angry in DiscordChannel.cs
  • Fixed Typo. Whitelised to Whitelisted in DiscordDmChannel.cs
  • Fixed Typo. characterisation to characterization in DiscordColor.Colors.cs
  • Fixed Typo. 2x infromation to information in TransportActivity.cs
  • Fixed Typo. seconsd to seconds in Utilities.cs
  • Fixed Typo. nickame to nickname in DiscordGuild.cs
  • Fixed Typo. 6x Duplicates of this in DiscordAuditLogObjects.cs
  • Fixed Typo. Wether to Whether in Permission.cs

Merge request reports

Loading