Skip to content

Commit 1de0edf

Browse files
jsorefacogoluegnes
authored andcommitted
spelling: connection
(cherry picked from commit fe75196)
1 parent 0a47847 commit 1de0edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/rabbitmq/client/impl/ChannelN.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ public AMQCommand transformReply(AMQCommand command) {
601601
boolean notify = false;
602602
try {
603603
// Synchronize the block below to avoid race conditions in case
604-
// connnection wants to send Connection-CloseOK
604+
// connection wants to send Connection-CloseOK
605605
synchronized (_channelMutex) {
606606
startProcessShutdownSignal(signal, !initiatedByApplication, true);
607607
quiescingRpc(reason, k);

0 commit comments

Comments
 (0)