Fix typo in eunit help.

Project: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/commit/63000097
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/tree/63000097
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/diff/63000097

Branch: refs/heads/master
Commit: 6300009717067547bde7f5414d6e1f052bdbd922
Parents: 576e121
Author: Pete Higgins <p...@peterhiggins.org>
Authored: Tue Feb 21 11:31:24 2017 -0800
Committer: Pete Higgins <p...@peterhiggins.org>
Committed: Tue Feb 21 11:31:24 2017 -0800

----------------------------------------------------------------------
 src/rebar_eunit.erl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-rebar/blob/63000097/src/rebar_eunit.erl
----------------------------------------------------------------------
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

Reply via email to