mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
Core/WinUpdater: fix typo
This commit is contained in:
parent
d2b4e12f9e
commit
9b7d494bd4
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