Fix trivial comment typo

This commit is contained in:
Tuncer Ayaz 2012-07-26 18:36:59 +02:00
parent 228f39efa1
commit 64972a0be5

View file

@ -51,7 +51,7 @@ escriptize(Config0, AppFile) ->
InclBeams = get_app_beams(
rebar_config:get_local(Config, escript_incl_apps, []), []),
%% Look for a list extra files to include in the output file.
%% Look for a list of extra files to include in the output file.
%% For internal rebar-private use only. Do not use outside rebar.
InclExtra = get_extra(Config),