Skip to content

Commit

Permalink
Fix the name of an error function
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria Christakis committed Mar 29, 2011
1 parent e36547e commit deaaaa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dialyzer/src/dialyzer_plt.erl
Expand Up @@ -317,7 +317,7 @@ merge_plts_or_report_conflicts(PltFiles, Plts) ->
Msg = io_lib:format("Could not merge PLTs since they are not disjoint\n"
"The following files are included in more than one "
"PLTs:\n~p\n", [ConfFiles]),
error(Msg)
plt_error(Msg)
end.

find_duplicates(List) ->
Expand Down

0 comments on commit deaaaa2

Please sign in to comment.