diff options
author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-05-26 04:33:44 +0000 |
---|---|---|
committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-05-26 04:33:44 +0000 |
commit | deeec4fbf1e62180a48a84cb2dee5ef299ebca9f (patch) | |
tree | 7b4db78b00b05ade10a64fd2bbb9ffd6af920b44 /src | |
parent | 7e8a7fc598aeef4ad6b140562084423fc47a799d (diff) |
Typo fixing, spotted by DukePyrolator.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2304 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/CMakeLists.txt b/src/modules/CMakeLists.txt index df0525615..e9863b6e3 100644 --- a/src/modules/CMakeLists.txt +++ b/src/modules/CMakeLists.txt @@ -55,7 +55,7 @@ endforeach(SRC) # Get a list of ALL files and directories within the current directory file(GLOB MODULES_FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*") -remove_item_from_list(MODULE_FILES ".svn") +remove_item_from_list(MODULES_FILES ".svn") # Iterate through this directory searching for subdirectories, and creating modules for those subdirectories foreach(FILE ${MODULES_FILES}) |