Fix various typos

This commit is contained in:
Luz Paz 2025-03-06 14:55:42 -05:00 committed by Jonathan White
parent 606cf37952
commit 41da5b2127
6 changed files with 14 additions and 14 deletions

View file

@ -24,7 +24,7 @@ if(NOT PCSC_FOUND)
# Additional search paths for Windows if not running in Visual Studio environment
if (WIN32)
# Resolve the ambiguity of using two names for one architechture
# Resolve the ambiguity of using two names for one architecture
if(CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" OR CMAKE_SYSTEM_PROCESSOR STREQUAL "x64")
set(ARCH_DIR "x64")
else()