summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2023-12-20 00:07:51 +0000
committerSadie Powell <sadie@witchery.services>2023-12-20 00:07:51 +0000
commit6d981960da8b7897c2ca7feb125f2770971c4154 (patch)
tree114026b8dd7600f587ec5b4793a14070a240ca15 /cmake
parent6acbd326f392a9a3a366947f6f9a05c7bdf7bc52 (diff)
parentaca9d300640361a9abfca80c1b6d07a02cf93be2 (diff)
Merge branch '2.0' into 2.1.
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 818e548a6..6dd136421 100644
--- a/cmake/Anope.cmake
+++ b/cmake/Anope.cmake
@@ -90,7 +90,7 @@ endmacro()
# 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)