Skip to content

Commit ebf2f62

Browse files
committed
spelling: maximum
1 parent bddee84 commit ebf2f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_reader.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ handle_exception(State = #v1{connection = #connection{protocol = Protocol},
852852
respond_and_close(State, Channel, Protocol, Reason,
853853
{handshake_error, CS, Reason});
854854
%% when negotiation fails, e.g. due to channel_max being higher than the
855-
%% maxiumum allowed limit
855+
%% maximum allowed limit
856856
handle_exception(State = #v1{connection = #connection{protocol = Protocol,
857857
log_name = ConnName,
858858
user = User},

0 commit comments

Comments
 (0)