Correct typo

This commit is contained in:
Tuncer Ayaz 2010-06-23 13:27:48 +02:00
parent 3588c69ad2
commit 8ebbffafe6

View file

@ -55,8 +55,8 @@
%% ===================================================================
eunit(Config, AppFile) ->
%% Check for app global parameter; this ia comma-delimited list of apps
%% on which we want to run eunit
%% Check for app global parameter; this is a comma-delimited list
%% of apps on which we want to run eunit
TargetApps = [list_to_atom(A) || A <- string:tokens(rebar_config:get_global(app, []), ",")],
ThisApp = rebar_app_utils:app_name(AppFile),
case lists:member(ThisApp, TargetApps) of