summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2014-07-17 16:24:14 -0400
committerFred Hebert <mononcqc@ferd.ca>2014-07-17 16:24:14 -0400
commit3b0f9163816c30e8f650295dd3c85535363bc20f (patch)
tree04a29215b885629971a1fbade6f32cc90fde1695 /test
parent17546788c038ef4767218b86844b115a2379ed30 (diff)
parent38934da869b6950308986b685c1bfbbb6df18e62 (diff)
Merge pull request #328 from tuncer/typos-in-327
Follow-up typo fixes for #327
Diffstat (limited to 'test')
-rw-r--r--test/rebar_otp_release_tests.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rebar_otp_release_tests.erl b/test/rebar_otp_release_tests.erl
index 61efdad..3045136 100644
--- a/test/rebar_otp_release_tests.erl
+++ b/test/rebar_otp_release_tests.erl
@@ -35,7 +35,7 @@ check_otp_release_test() ->
?assert(true);
%% >= 17.x
[N|_]=Rel when is_integer(N) ->
- %% Check that it has at least Major.Minor
+ %% Check that it has at least Major.Minor.
?assert(length(string:tokens(Rel, ".")) > 1),
%% If otp_patch_apply was used and the release version has