summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Higgins <pete@peterhiggins.org>2017-02-21 11:31:24 -0800
committerPete Higgins <pete@peterhiggins.org>2017-02-21 11:31:24 -0800
commit6300009717067547bde7f5414d6e1f052bdbd922 (patch)
treefc49ccbf032c210c404ca6839dc624ce51ba4f25
parent576e12171ab8d69b048b827b92aa65d067deea01 (diff)
downloadrebar-6300009717067547bde7f5414d6e1f052bdbd922.tar.gz
Fix typo in eunit help.
-rw-r--r--src/rebar_eunit.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rebar_eunit.erl b/src/rebar_eunit.erl
index f4d7b76..ebf76bc 100644
--- a/src/rebar_eunit.erl
+++ b/src/rebar_eunit.erl
@@ -54,8 +54,8 @@
%% </li>
%% <li>
%% tests="baz"- For every existing suite, run the first test whose
-%% name starts with bar and, if no such test exists, run the test
-%% whose name starts with bar in the suite's _tests module
+%% name starts with baz and, if no such test exists, run the test
+%% whose name starts with baz in the suite's _tests module
%% </li>
%% </ul>
%% Additionally, for projects that have separate folders for the core