mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 03:24:59 +00:00
Merge pull request #13404 from luzpaz/typo-source-core-windupdater
Core/WinUpdater: fix typo
This commit is contained in:
commit
87496205aa
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue