Skip to content

Commit

Permalink
Fix typo in log file
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Apr 9, 2024
1 parent b8eb509 commit 36cf18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bootstrap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ void Bootstrap::launch() {

bool Bootstrap::launchMinecraftLauncher() {
const Architecture::Value hostArch = systemHelper.getHostArchitecture();
logger.log(L"Host archiecture: " + Architecture::AsString(hostArch));
logger.log(L"Host architecture: " + Architecture::AsString(hostArch));

const auto javaPaths = getMinecraftJavaPaths(hostArch);

Expand Down

0 comments on commit 36cf18b

Please sign in to comment.