Fix typos

This commit is contained in:
2026-02-27 15:37:13 -08:00
parent ae7b645b7a
commit e67bd5c00b
3 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.11)
set(REFCOUNT_USE_THREADS
ON
CACHE BOOL "Weather or not RefCount should be thread aware.")
CACHE BOOL "Whether or not RefCount should be thread aware.")
if(REFCOUNT_USE_THREADS)
message("Building with thread support, setting CMAKE_C_STANDARD to 11.")