Переглянути джерело

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.

Завантаження…
Відмінити
Зберегти