summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Zöger <jimmy.zoger@gmail.com>2017-09-14 16:51:09 +0200
committerGitHub <noreply@github.com>2017-09-14 16:51:09 +0200
commit71fe6c9b5f31fbd16c5f71f7b3ea51b42e11722a (patch)
tree47a6c006430d1a04fb6957c636cf24eb8bb3a978
parent7960778403aef10a57d5748e51ff5205f5a3eebb (diff)
Changes word 'transient' to 'transitive' which is what it is supposed to say
-rw-r--r--src/rebar_prv_upgrade.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_prv_upgrade.erl b/src/rebar_prv_upgrade.erl
index 5a7dff8..cd75672 100644
--- a/src/rebar_prv_upgrade.erl
+++ b/src/rebar_prv_upgrade.erl
@@ -102,7 +102,7 @@ do(State) ->
format_error({unknown_dependency, Name}) ->
io_lib:format("Dependency ~ts not found", [Name]);
format_error({transitive_dependency, Name}) ->
- io_lib:format("Dependency ~ts is transient and cannot be safely upgraded. "
+ io_lib:format("Dependency ~ts is transitive and cannot be safely upgraded. "
"Promote it to your top-level rebar.config file to upgrade it.",
[Name]);
format_error(Reason) ->