summaryrefslogtreecommitdiff
path: root/src/rebar_core.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rebar_core.erl')
-rw-r--r--src/rebar_core.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_core.erl b/src/rebar_core.erl
index 68391e7..1cefe84 100644
--- a/src/rebar_core.erl
+++ b/src/rebar_core.erl
@@ -188,7 +188,7 @@ process_dir(Dir, ParentConfig, Commands) ->
%% Get the list of modules for "any dir". This is a catch-all list of modules
%% that are processed in addion to modules associated with this directory
- %5 type. These any_dir modules are processed FIRST.
+ %% type. These any_dir modules are processed FIRST.
{ok, AnyDirModules} = application:get_env(rebar, any_dir_modules),
Modules = AnyDirModules ++ DirModules,