summaryrefslogtreecommitdiff
path: root/inttest
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2015-05-09 09:09:26 -0400
committerFred Hebert <mononcqc@ferd.ca>2015-05-09 09:09:26 -0400
commit37e0cce35e093c4e85b078b4b4abdefb56dd4d6e (patch)
treec58b54d7772a2e3efddd13ffd6bf38dffd4ff358 /inttest
parented08e3bdecd1a7d48e7f5e3d730d1aeff8d594f0 (diff)
downloadrebar-37e0cce35e093c4e85b078b4b4abdefb56dd4d6e.tar.gz
Comment typos
Diffstat (limited to 'inttest')
-rw-r--r--inttest/proto_gpb/proto_gpb_rt.erl8
1 files changed, 4 insertions, 4 deletions
diff --git a/inttest/proto_gpb/proto_gpb_rt.erl b/inttest/proto_gpb/proto_gpb_rt.erl
index d17ba34..8a7cacf 100644
--- a/inttest/proto_gpb/proto_gpb_rt.erl
+++ b/inttest/proto_gpb/proto_gpb_rt.erl
@@ -74,14 +74,14 @@ run(_Dir) ->
ok = run_from_dir(fail_expected, "proto.bad", "rebar.bad.config").
run_from_dir(fail_expected, _ProtoDir, ConfigFile) ->
- %% we expect a fail to happen, however rebar should not crash
- %% we make sure of that by scanning the error
+ %% we expect a failure to happen, however rebar should not crash;
+ %% We make sure of that by scanning the error.
{error, {stopped, {1, Error}}} = retest_sh:run("./rebar --config "
++ ConfigFile
++ " compile",
[]),
- %% no matches of the string 'EXIT' should occur, these
- %% indicate a rebar crash and not a exit with error
+ %% No matches of the string 'EXIT' should occur, these
+ %% indicate a rebar crash and not a exit with error.
0 = string:str(lists:flatten(Error), "'EXIT'"),
ok;
run_from_dir(success_expected, ProtoDir, ConfigFile) ->