summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2014-07-17 22:19:02 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2014-07-17 22:20:51 +0200
commit38934da869b6950308986b685c1bfbbb6df18e62 (patch)
tree04a29215b885629971a1fbade6f32cc90fde1695 /test
parent17546788c038ef4767218b86844b115a2379ed30 (diff)
downloadrebar-38934da869b6950308986b685c1bfbbb6df18e62.tar.gz
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