Skip to content

Commit

Permalink
fix: ✏️ Correct typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
dafzor committed Apr 7, 2023
1 parent 15f8387 commit 0138f64
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 0138f64

Please sign in to comment.