From bb2671b4463d37abc80cb5590ff4aee3a019349e Mon Sep 17 00:00:00 2001 From: Ayanda Dube Date: Fri, 24 Mar 2017 13:25:24 +0100 Subject: [PATCH 1/2] Typo fix: 'sertificate' -> 'certificate' --- deps/rabbitmq_trust_store/src/rabbit_trust_store.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/rabbitmq_trust_store/src/rabbit_trust_store.erl b/deps/rabbitmq_trust_store/src/rabbit_trust_store.erl index 494febc3b6..36512a6f0c 100644 --- a/deps/rabbitmq_trust_store/src/rabbit_trust_store.erl +++ b/deps/rabbitmq_trust_store/src/rabbit_trust_store.erl @@ -250,7 +250,7 @@ update_certs(CertsList, Provider, Config) -> {ok, Cert, IssuerId} -> save_cert(CertId, Provider, IssuerId, Cert, Name); {error, Reason} -> - rabbit_log:error("Unable to load CA sertificate ~p" + rabbit_log:error("Unable to load CA certificate ~p" " with provider ~p," " reason: ~p", [CertId, Provider, Reason]) From e16dcee191f8f3da80f698f67e6abb05f35aaffe Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Sun, 2 Apr 2017 21:49:53 +0300 Subject: [PATCH 2/2] (c) year --- deps/rabbitmq_trust_store/src/rabbit_trust_store.erl | 2 +- deps/rabbitmq_trust_store/src/rabbit_trust_store_app.erl | 2 +- deps/rabbitmq_trust_store/src/rabbit_trust_store_sup.erl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deps/rabbitmq_trust_store/src/rabbit_trust_store.erl b/deps/rabbitmq_trust_store/src/rabbit_trust_store.erl index 36512a6f0c..d3351488d3 100644 --- a/deps/rabbitmq_trust_store/src/rabbit_trust_store.erl +++ b/deps/rabbitmq_trust_store/src/rabbit_trust_store.erl @@ -10,7 +10,7 @@ %% %% The Original Code is RabbitMQ. %% -%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved. +%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved. %% -module(rabbit_trust_store). diff --git a/deps/rabbitmq_trust_store/src/rabbit_trust_store_app.erl b/deps/rabbitmq_trust_store/src/rabbit_trust_store_app.erl index 998e5e57e3..521d6237fa 100644 --- a/deps/rabbitmq_trust_store/src/rabbit_trust_store_app.erl +++ b/deps/rabbitmq_trust_store/src/rabbit_trust_store_app.erl @@ -10,7 +10,7 @@ %% %% The Original Code is RabbitMQ. %% -%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved. +%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved. %% -module(rabbit_trust_store_app). diff --git a/deps/rabbitmq_trust_store/src/rabbit_trust_store_sup.erl b/deps/rabbitmq_trust_store/src/rabbit_trust_store_sup.erl index 4a1953b9f9..235d3fc681 100644 --- a/deps/rabbitmq_trust_store/src/rabbit_trust_store_sup.erl +++ b/deps/rabbitmq_trust_store/src/rabbit_trust_store_sup.erl @@ -10,7 +10,7 @@ %% %% The Original Code is RabbitMQ. %% -%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved. +%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved. %% -module(rabbit_trust_store_sup).