From ee9ba1cacb3d9436fa2ea996d4c26c13f8044ee5 Mon Sep 17 00:00:00 2001 From: literalmente-game Date: Sat, 19 Jun 2021 13:34:58 -0300 Subject: [PATCH] Typo fixes Fixing some typos with the "Clear Cache Partitions" error message --- src/gui/WndMain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/WndMain.cpp b/src/gui/WndMain.cpp index fa88503d1..4fd956b15 100644 --- a/src/gui/WndMain.cpp +++ b/src/gui/WndMain.cpp @@ -1068,7 +1068,7 @@ LRESULT CALLBACK WndMain::WndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lP } else { if (ClearCachePartitions()) { - PopupError(m_hwnd, "An errror has occoured while clearing the cache partitions."); + PopupError(m_hwnd, "An error has occurred while cleaning the cache partitions."); } else { PopupInfo(m_hwnd, "Cleared the cache partitions.");