From 64972a0be5af096218669711274d959d96283fc9 Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Thu, 26 Jul 2012 18:36:59 +0200 Subject: Fix trivial comment typo --- src/rebar_escripter.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rebar_escripter.erl') diff --git a/src/rebar_escripter.erl b/src/rebar_escripter.erl index 9ff59f1..27e6f0a 100644 --- a/src/rebar_escripter.erl +++ b/src/rebar_escripter.erl @@ -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), -- cgit v1.1