summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2015-09-17 16:41:37 +0300
committerMichael Klishin <mklishin@pivotal.io>2015-09-17 16:41:37 +0300
commit8604b175fbba57b762179183a2d1ec683ea28f92 (patch)
tree3feacfdbfda60d262cc7670baa3f7a1c4be2f7ad
parentd38472413991be07086ffc4d0a9256f475cfd055 (diff)
downloadrabbitmq-server-git-8604b175fbba57b762179183a2d1ec683ea28f92.tar.gz
Do I even English
-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).