Skip to content

Commit

Permalink
fix: ✏️ Correct typo in error message (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
dafzor committed Apr 7, 2023
1 parent 15f8387 commit a92259b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bnetlauncher/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ static void Main(string[] args)
}
catch (Exception ex)
{
Logger.Error("Failed to relaunch game under bnetliancher.", ex);
Logger.Error("Failed to relaunch game under bnetlauncher.", ex);
ShowMessageAndExit("Failed to relaunch game under bnetlauncher/steam.\nOverlay will not work.",
"Failed to Launch");
}
Expand Down

0 comments on commit a92259b

Please sign in to comment.