From 0e7defaf64a0a75dcd92f5c43674febb69f053ce Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Mon, 16 Apr 2012 17:42:48 +0200 Subject: Fix typo in comment (thanks Michael Santos) --- src/rebar_core.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -> -- cgit v1.1