From 15373a580fa11783a28084f8456211dd84c270b8 Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Sun, 13 Jul 2014 15:12:09 +0200 Subject: [PATCH] Fix typo s/of/on/ --- bootstrap | 2 +- rebar.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap b/bootstrap index ad27898..7086098 100755 --- a/bootstrap +++ b/bootstrap @@ -32,7 +32,7 @@ main(Args) -> %% Erlang 17. %% At the same time, their counterparts dict() and digraph() are to be %% deprecated in Erlang 18. namespaced_types option is used to select - %% proper type name depending of the OTP version used. + %% proper type name depending on the OTP version used. NamespacedTypes = case is_otp(OtpInfo, "^[0-9]+") of true -> {d, namespaced_types}; false -> undefined diff --git a/rebar.config b/rebar.config index 210d193..1c62a55 100644 --- a/rebar.config +++ b/rebar.config @@ -8,7 +8,7 @@ %% Types dict:dict() and digraph:digraph() have been introduced in Erlang 17. %% At the same time, their counterparts dict() and digraph() are to be %% deprecated in Erlang 18. namespaced_types option is used to select proper -%% type name depending of the OTP version used. +%% type name depending on the OTP version used. {erl_opts, [ {platform_define, "^[0-9]+", namespaced_types}