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…
Reference in New Issue