Merge pull request #2241 from literalmente-game/patch-1

Typo fixes
This commit is contained in:
Luke Usher 2021-06-19 17:49:52 +01:00 committed by GitHub
commit 56eede299b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.");