diff options
author | Tristan Sloughter <t@crashfast.com> | 2017-04-12 14:37:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-12 14:37:15 -0700 |
commit | d284b72c615bcccaea7d2c48b801a67962ccfe17 (patch) | |
tree | 70308c1fb0602f9bc418b5f4b43fdcd3b730d55e /src/rebar_prv_dialyzer.erl | |
parent | 4bac0ed2a413b7f846e8862f4f3ff3814a0f1421 (diff) | |
parent | d15ea91b714c56c2d94996f3f5138edd062e5a5d (diff) |
Merge pull request #1528 from lrascao/fix/occured_typo
Fix typo, occured -> occurred
Diffstat (limited to 'src/rebar_prv_dialyzer.erl')
-rw-r--r-- | src/rebar_prv_dialyzer.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_prv_dialyzer.erl b/src/rebar_prv_dialyzer.erl index 21d7f5a..867b9cb 100644 --- a/src/rebar_prv_dialyzer.erl +++ b/src/rebar_prv_dialyzer.erl @@ -118,7 +118,7 @@ maybe_fix_env() -> format_error({error_processing_apps, Error}) -> io_lib:format("Error in dialyzing apps: ~s", [Error]); format_error({dialyzer_warnings, Warnings}) -> - io_lib:format("Warnings occured running dialyzer: ~b", [Warnings]); + io_lib:format("Warnings occurred running dialyzer: ~b", [Warnings]); format_error({unknown_application, App}) -> io_lib:format("Could not find application: ~s", [App]); format_error({unknown_module, Mod}) -> |