From 9b7d494bd49b72a2e2d68513b70ee0c3d56a7950 Mon Sep 17 00:00:00 2001 From: Luz Paz Date: Sat, 8 Mar 2025 09:57:45 -0500 Subject: [PATCH] Core/WinUpdater: fix typo --- Source/Core/WinUpdater/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/WinUpdater/Main.cpp b/Source/Core/WinUpdater/Main.cpp index bcf814c78d..a87a9c02fe 100644 --- a/Source/Core/WinUpdater/Main.cpp +++ b/Source/Core/WinUpdater/Main.cpp @@ -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; }