diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-07-26 18:36:59 +0200 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-07-26 18:36:59 +0200 |
commit | 64972a0be5af096218669711274d959d96283fc9 (patch) | |
tree | 629c23259bf55a94e70a6701f7db60a957bee1d3 | |
parent | 228f39efa19fcd96f299e4509873b91a7447a55f (diff) |
Fix trivial comment typo
-rw-r--r-- | src/rebar_escripter.erl | 2 |
1 files changed, 1 insertions, 1 deletions
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), |