Skip to content
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.

Commit

Permalink
Fix typos (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
SlidyBat authored and Headline committed Oct 27, 2018
1 parent c04535b commit 4867f00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IRC-Relay/Discord.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public async Task SpawnBot()

public async Task OnDiscordConnected()
{
await Discord.Log(new LogMessage(LogSeverity.Critical, "DiscSpawn", "Discord bot initalized."));
await Discord.Log(new LogMessage(LogSeverity.Critical, "DiscSpawn", "Discord bot initialized."));
}

/* When we disconnect from discord (we got booted off), we'll remake */
Expand Down
2 changes: 1 addition & 1 deletion IRC-Relay/IRC.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ await Task.Run(() =>

private void OnConnected(object sender, EventArgs e)
{
Discord.Log(new LogMessage(LogSeverity.Critical, "IRCSpawn", "IRC bot initalized."));
Discord.Log(new LogMessage(LogSeverity.Critical, "IRCSpawn", "IRC bot initialized."));
}

private void OnDisconnected(object sender, EventArgs e)
Expand Down

0 comments on commit 4867f00

Please sign in to comment.