summaryrefslogtreecommitdiff
path: root/src/rebar_prv_common_test.erl
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2017-04-12 14:37:15 -0700
committerGitHub <noreply@github.com>2017-04-12 14:37:15 -0700
commitd284b72c615bcccaea7d2c48b801a67962ccfe17 (patch)
tree70308c1fb0602f9bc418b5f4b43fdcd3b730d55e /src/rebar_prv_common_test.erl
parent4bac0ed2a413b7f846e8862f4f3ff3814a0f1421 (diff)
parentd15ea91b714c56c2d94996f3f5138edd062e5a5d (diff)
Merge pull request #1528 from lrascao/fix/occured_typo
Fix typo, occured -> occurred
Diffstat (limited to 'src/rebar_prv_common_test.erl')
-rw-r--r--src/rebar_prv_common_test.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_prv_common_test.erl b/src/rebar_prv_common_test.erl
index bbd2a11..62dd9f1 100644
--- a/src/rebar_prv_common_test.erl
+++ b/src/rebar_prv_common_test.erl
@@ -93,7 +93,7 @@ format_error({error, Reason}) ->
format_error({error_running_tests, Reason}) ->
format_error({error, Reason});
format_error({failures_running_tests, {Failed, AutoSkipped}}) ->
- io_lib:format("Failures occured running tests: ~b", [Failed+AutoSkipped]);
+ io_lib:format("Failures occurred running tests: ~b", [Failed+AutoSkipped]);
format_error({badconfig, {Msg, {Value, Key}}}) ->
io_lib:format(Msg, [Value, Key]);
format_error({badconfig, Msg}) ->