Skip to content

Commit 00420da

Browse files
committed
Fix some typos
1 parent 038e774 commit 00420da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Transport/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ private function createDelayQueue(int $delay, ?string $routingKey, bool $isRetry
412412
// delete the delay queue 10 seconds after the message expires
413413
// publishing another message redeclares the queue which renews the lease
414414
'x-expires' => $delay + 10000,
415-
// message should be broadcasted to all consumers during delay, but to only one queue during retry
415+
// message should be broadcast to all consumers during delay, but to only one queue during retry
416416
// empty name is default direct exchange
417417
'x-dead-letter-exchange' => $isRetryAttempt ? '' : $this->exchangeOptions['name'],
418418
// after being released from to DLX, make sure the original routing key will be used

0 commit comments

Comments
 (0)