From 723dea7eec548903853491f5207801b6ac4740a3 Mon Sep 17 00:00:00 2001 From: SunBlack Date: Sun, 11 Dec 2022 21:10:08 +0100 Subject: [PATCH] Fix typo Typo found by codespell --- CMakeRC.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeRC.cmake b/CMakeRC.cmake index 5cad705..a22acb8 100644 --- a/CMakeRC.cmake +++ b/CMakeRC.cmake @@ -573,7 +573,7 @@ function(cmrc_add_resources name) # the intermediate directory. file(RELATIVE_PATH relpath "${ARG_WHENCE}" "${abs_in}") if(relpath MATCHES "^\\.\\.") - # For now we just error on files that exist outside of the soure dir. + # For now we just error on files that exist outside of the source dir. message(SEND_ERROR "Cannot add file '${input}': File must be in a subdirectory of ${ARG_WHENCE}") continue() endif()