diff options
| author | Josh Soref <jsoref@users.noreply.github.com> | 2019-02-12 12:13:19 -0500 |
|---|---|---|
| committer | Josh Soref <jsoref@users.noreply.github.com> | 2019-02-12 12:13:19 -0500 |
| commit | ebf2f62f74a94d8437a2942d5d358a91804305b9 (patch) | |
| tree | 271e4dee7af86b7725c250408d5da79e92a97e57 /src | |
| parent | bddee8466b753f81188a6a4b8b2563296a281b66 (diff) | |
| download | rabbitmq-server-git-ebf2f62f74a94d8437a2942d5d358a91804305b9.tar.gz | |
spelling: maximum
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_reader.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_reader.erl b/src/rabbit_reader.erl index 3a2d4650ca..2d2aaae637 100644 --- a/src/rabbit_reader.erl +++ b/src/rabbit_reader.erl @@ -852,7 +852,7 @@ handle_exception(State = #v1{connection = #connection{protocol = Protocol}, respond_and_close(State, Channel, Protocol, Reason, {handshake_error, CS, Reason}); %% when negotiation fails, e.g. due to channel_max being higher than the -%% maxiumum allowed limit +%% maximum allowed limit handle_exception(State = #v1{connection = #connection{protocol = Protocol, log_name = ConnName, user = User}, |
