diff options
Diffstat (limited to 'cmake/Anope.cmake')
-rw-r--r-- | cmake/Anope.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Anope.cmake b/cmake/Anope.cmake index 75e2a36dc..d8a8007c8 100644 --- a/cmake/Anope.cmake +++ b/cmake/Anope.cmake @@ -261,7 +261,7 @@ endmacro() # check_functions(<source filename> <output variable set to TRUE on success>) # # This macro is used in most of the module (sub)directories to calculate the -# fcuntion dependencies for the given source file. +# function dependencies for the given source file. ############################################################################### macro(check_functions SRC SUCCESS) # Default to true |