mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-14 13:21:15 +00:00
Merge pull request #13404 from luzpaz/typo-source-core-windupdater
Core/WinUpdater: fix typo
This commit is contained in:
commit
87496205aa
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user