summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2012-04-16 17:42:48 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2012-04-16 17:42:48 +0200
commit0e7defaf64a0a75dcd92f5c43674febb69f053ce (patch)
treeeb484fc39bcb64ec4d86de03614b9b92ac9f7ab6
parent0b8ca933cc49cc631b98af5548ce91e1e2b2e369 (diff)
Fix typo in comment (thanks Michael Santos)
-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 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 ->