summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2023-12-17 19:32:45 +0000
committerSadie Powell <sadie@witchery.services>2023-12-17 19:32:45 +0000
commitb84b1d8166b07b80429c6830e0151e0c871c2cfc (patch)
treec73bdb9d0f345705f098fcc0c0978458b2ef1b48 /cmake
parent8e2fa4acdbc24d0a629b737d5dd42a31a543016d (diff)
Misc grammar fixes.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Anope.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Anope.cmake b/cmake/Anope.cmake
index 1b924bc5d..581dc5164 100644
--- a/cmake/Anope.cmake
+++ b/cmake/Anope.cmake
@@ -539,7 +539,7 @@ endmacro(check_functions)
# of TRUE is given, periods will be converted to \\. for CPack.
###############################################################################
macro(add_to_cpack_ignored_files ITEM)
- # Temporary copy of the orignal item
+ # Temporary copy of the original item
set(REAL_ITEM "${ITEM}")
# If we have 2+ arguments, assume that the second one was something like TRUE (doesn't matter really) and convert periods so they will be \\. for CPack
if(${ARGC} GREATER 1)