소스 검색

Merge pull request #915 from tsloughter/typo

fix typo of guarantee. h/t evan
pull/893/head
Fred Hebert 9 년 전
부모
커밋
5383e5fb94
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.

불러오는 중...
취소
저장