Merge branch 'stable'

This commit is contained in:
Michael Klishin 2017-04-02 22:04:24 +03:00
commit e99a9faee0
3 changed files with 4 additions and 4 deletions

View File

@ -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).
@ -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])

View File

@ -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).

View File

@ -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).