summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2018-01-08 16:22:19 +0300
committerMichael Klishin <mklishin@pivotal.io>2018-01-08 16:22:49 +0300
commite091696e1e73b5d04efe4d71e0a29b5bd45a9f49 (patch)
treef2c471366b88f191cf7ac74bbac09e891bd20d45 /src
parent0845abb5ae95fc080bf29b10d91cd3027970749e (diff)
downloadrabbitmq-server-git-e091696e1e73b5d04efe4d71e0a29b5bd45a9f49.tar.gz
Log message typos
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_auth_backend_internal.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_auth_backend_internal.erl b/src/rabbit_auth_backend_internal.erl
index 4929936047..166732e523 100644
--- a/src/rabbit_auth_backend_internal.erl
+++ b/src/rabbit_auth_backend_internal.erl
@@ -100,7 +100,7 @@ hashing_module_for_user(#internal_user{
-define(BLANK_PASSWORD_REJECTION_MESSAGE,
"user '~s' attempted to log in with a blank password, which is prohibited by the internal authN backend. "
- "To use TLS/x509 certificate-based autentication, set the rabbitmq_auth_mechanism_ssl plugin and configure the client to use the EXTERNAL authentication mechanism. "
+ "To use TLS/x509 certificate-based authentication, see the rabbitmq_auth_mechanism_ssl plugin and configure the client to use the EXTERNAL authentication mechanism. "
"Alternatively change the password for the user to be non-blank.").
%% For cases when we do not have a set of credentials,