diff options
author | Anthony Ramine <nox@dev-extend.eu> | 2010-12-14 22:24:03 +0100 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2010-12-16 15:40:15 +0100 |
commit | 9ecc3455bf071eb3a49443e1e709281864fdfeb3 (patch) | |
tree | 08ace4fa9b79ec8e08ecf4c62b6c07c57b38fde9 /src | |
parent | 6304c19180ec2e0c1f00145e86719e228195823a (diff) |
Fix typo in rebar_erlydtl_compiler
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar_erlydtl_compiler.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_erlydtl_compiler.erl b/src/rebar_erlydtl_compiler.erl index b3cbd98..aa017ce 100644 --- a/src/rebar_erlydtl_compiler.erl +++ b/src/rebar_erlydtl_compiler.erl @@ -109,7 +109,7 @@ compile_dtl(Source, Target, Config) -> non_existing -> ?CONSOLE( "~n===============================================~n" - " You need to install erlydtl to comple DTL templates~n" + " You need to install erlydtl to compile DTL templates~n" " Download the latest tarball release from github~n" " http://code.google.com/p/erlydtl/~n" " and install it into your erlang library dir~n" |