Skip to content

Commit

Permalink
Merge pull request #13404 from luzpaz/typo-source-core-windupdater
Browse files Browse the repository at this point in the history
Core/WinUpdater: fix typo
  • Loading branch information
JosJuice authored Mar 9, 2025
2 parents e974e48 + 9b7d494 commit 8749620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/WinUpdater/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PWSTR pCmdLine
{
if (IsUserAnAdmin())
{
MessageBox(nullptr, L"Failed to write to directory despite administrator priviliges.",
MessageBox(nullptr, L"Failed to write to directory despite administrator privileges.",
L"Error", MB_ICONERROR);
return 1;
}
Expand Down

0 comments on commit 8749620

Please sign in to comment.