summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rabbit_password_hashing_md5.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_password_hashing_md5.erl b/src/rabbit_password_hashing_md5.erl
index 882a02b2ea..7d3e0d80f7 100644
--- a/src/rabbit_password_hashing_md5.erl
+++ b/src/rabbit_password_hashing_md5.erl
@@ -14,7 +14,7 @@
%% Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
%%
-%% Legacy hashing implementation, only used as the last resort when
+%% Legacy hashing implementation, only used as a last resort when
%% #internal_user.hashing_algorithm is md5 or undefined (the case in
%% pre-3.6.0 user records).