Merge pull request #1779 from yy-chen/fix_error_spelling_word

fix error spelling word
This commit is contained in:
Shawn 2018-09-02 19:33:50 +08:00 committed by GitHub
commit 06e6e5a3fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -121,13 +121,13 @@ set_username(_Username, PState) ->
%%------------------------------------------------------------------------------
info(PState = #pstate{conn_props = ConnProps,
ack_props = AclProps,
ack_props = AckProps,
session = Session,
topic_aliases = Aliases,
will_msg = WillMsg,
enable_acl = EnableAcl}) ->
attrs(PState) ++ [{conn_props, ConnProps},
{ack_props, AclProps},
{ack_props, AckProps},
{session, Session},
{topic_aliases, Aliases},
{will_msg, WillMsg},