瀏覽代碼

fix typo of guarantee. h/t evan

pull/915/head
Tristan Sloughter 9 年之前
父節點
當前提交
9184a42ef3
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/rebar_packages.erl

+ 1
- 1
src/rebar_packages.erl 查看文件

@ -138,7 +138,7 @@ handle_single_vsn(Dep, Vsn, Constraint) ->
{ok, Vsn};
false ->
?WARN("Only existing version of ~s is ~s which does not match constraint ~~> ~s. "
"Using anyway, but it is not guarenteed to work.", [Dep, Vsn, Constraint]),
"Using anyway, but it is not guaranteed to work.", [Dep, Vsn, Constraint]),
{ok, Vsn}
end.

Loading…
取消
儲存