mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 06:39:33 +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())
|
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);
|
L"Error", MB_ICONERROR);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue