Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
elbrujohalcon committed Mar 21, 2022
1 parent c9f69dd commit 67ee62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rebar3_depup_prv.erl
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ check_rebar_state(Section, StateKey, Deps, State) ->
rebar_api:warn("Found a discrepancy in ~p with rebar_state (~p)."
" You may want to run rebar3 upgrade or rebar3 unlock.",
[Section, StateKey]),
rebar_api:debug("SortedDeps = ~p\nOtherDeps = ~p", [SortedDeps, OtherDeps])
rebar_api:debug("Sorted: ~p\nOther: ~p", [SortedDeps, OtherDeps])
end.

dump_or_print(Sections, RebarConfig, #{replace := true}) ->
Expand Down

0 comments on commit 67ee62b

Please sign in to comment.