summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2012-08-10 16:05:00 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2012-08-10 16:05:00 +0200
commit5d6b82390feab545aaa19d5f37e3ccbdada66773 (patch)
treeb3dce17b566eb40e916c60d1f28dbb6b3453bbd2 /src
parent8f3873e0619cd6e8750e069e6da418d91a493fec (diff)
rebar_eunit: fix typo
Diffstat (limited to 'src')
-rw-r--r--src/rebar_eunit.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_eunit.erl b/src/rebar_eunit.erl
index 8846d97..85eca3a 100644
--- a/src/rebar_eunit.erl
+++ b/src/rebar_eunit.erl
@@ -251,7 +251,7 @@ cover_close(F) ->
cover_init(false, _BeamFiles) ->
{ok, not_enabled};
cover_init(true, BeamFiles) ->
- %% Attempt to start the cover server, then set it's group leader to
+ %% Attempt to start the cover server, then set its group leader to
%% ?EUNIT_DIR/cover.log, so all cover log messages will go there instead of
%% to stdout. If the cover server is already started we'll reuse that
%% pid.