Skip to content

Commit fe75196

Browse files
committed
spelling: connection
1 parent 434ee8b commit fe75196

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
@@ -602,7 +602,7 @@ public AMQCommand transformReply(AMQCommand command) {
602602
boolean notify = false;
603603
try {
604604
// Synchronize the block below to avoid race conditions in case
605-
// connnection wants to send Connection-CloseOK
605+
// connection wants to send Connection-CloseOK
606606
synchronized (_channelMutex) {
607607
startProcessShutdownSignal(signal, !initiatedByApplication, true);
608608
quiescingRpc(reason, k);

0 commit comments

Comments
 (0)