fix some typos to silence the spellchecker CI

This commit is contained in:
Uwe
2022-02-21 13:09:29 +01:00
parent b0d8601562
commit e2dd2627e8
3 changed files with 3 additions and 3 deletions

View File

@@ -305,7 +305,7 @@ public:
if (GetFileAttributes(szTemp) == INVALID_FILE_ATTRIBUTES)
{
// ".local" file does not exist, so we can try to load the dbghelp.dll from the "Debugging Tools for Windows"
// Ok, first try the new path according to the archtitecture:
// Ok, first try the new path according to the architecture:
#ifdef _M_IX86
if ( (m_hDbhHelp == NULL) && (GetEnvironmentVariable(_T("ProgramFiles"), szTemp, 4096) > 0) )
{