From ad588a70b736162626cbe75671ca2ab785d85428 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Fri, 30 May 2014 14:38:39 +0900 Subject: fix double "the" in a comment noted by @tuncer --- src/rebar_ct.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rebar_ct.erl b/src/rebar_ct.erl index b96bb99..4a6f11e 100644 --- a/src/rebar_ct.erl +++ b/src/rebar_ct.erl @@ -291,7 +291,7 @@ collect_glob(Cwd, Glob) -> CwdParts = filename:split(Cwd), filelib:fold_files(Cwd, Glob, true, fun(F, Acc) -> %% Ignore any specs under the deps/ directory. Do this pulling - %% the dirname off the the F and then splitting it into a list. + %% the dirname off the F and then splitting it into a list. Parts = filename:split(filename:dirname(F)), Parts2 = remove_common_prefix(Parts, CwdParts), case lists:member("deps", Parts2) of -- cgit v1.1