ソースを参照

Fix typo in rebar_erlydtl_compiler

pull/3/head
Anthony Ramine 14年前
committed by Tuncer Ayaz
コミット
9ecc3455bf
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/rebar_erlydtl_compiler.erl

+ 1
- 1
src/rebar_erlydtl_compiler.erl ファイルの表示

@ -109,7 +109,7 @@ compile_dtl(Source, Target, Config) ->
non_existing -> non_existing ->
?CONSOLE( ?CONSOLE(
"~n===============================================~n" "~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" " Download the latest tarball release from github~n"
" http://code.google.com/p/erlydtl/~n" " http://code.google.com/p/erlydtl/~n"
" and install it into your erlang library dir~n" " and install it into your erlang library dir~n"

読み込み中…
キャンセル
保存