diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar_core.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_core.erl b/src/rebar_core.erl index 857c95f..0f098af 100644 --- a/src/rebar_core.erl +++ b/src/rebar_core.erl @@ -205,7 +205,7 @@ process_dir0(Dir, Command, DirSet, Config, CurrentCodePath, case is_skip_dir(Dir) of true -> %% Do not execute the command on the directory, as some - %% module as requested a skip on it. + %% module has requested a skip on it. ?INFO("Skipping ~s in ~s\n", [Command, Dir]); false -> |