summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2015-04-16 11:27:43 -0400
committerFred Hebert <mononcqc@ferd.ca>2015-04-16 11:27:43 -0400
commit858fb4fe0c81dcd74a0e89bea1c2c34e9257c976 (patch)
tree19d6871c99a52195b973c15a76c8a441d864a5cb /bootstrap
parent37f59d28c10dd579097ada88813bf691253b9d57 (diff)
downloadrebar-858fb4fe0c81dcd74a0e89bea1c2c34e9257c976.tar.gz
Fix commit typo
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 7cfd139..f02ccd3 100755
--- a/bootstrap
+++ b/bootstrap
@@ -131,7 +131,7 @@ rebar_now() ->
false ->
%% erlang:now/0 was deprecated in 18.0, and as the escript has to
%% pass erl_lint:module/1 (even without -mode(compile)), we would
- %% see a deprecation warning for erlang:now/1. One solution is to
+ %% see a deprecation warning for erlang:now/0. One solution is to
%% use -compile({nowarn_deprecated_function, [{erlang, now, 0}]}),
%% but that would raise a warning in versions older than 18.0.
%% Calling erlang:now/0 via apply/3 avoids that.