Skip to content

Commit d16050d

Browse files
stebetlukebakken
authored andcommitted
Fixing tytypo
1 parent 6ce59ee commit d16050d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/RabbitMQ.Client/client/impl/ModelBase.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1077,7 +1077,7 @@ public abstract void BasicNack(ulong deliveryTag,
10771077
bool multiple,
10781078
bool requeue);
10791079

1080-
internal void AllocatatePublishSeqNos(int count)
1080+
internal void AllocatePublishSeqNos(int count)
10811081
{
10821082
if (NextPublishSeqNo > 0)
10831083
{
@@ -1423,7 +1423,7 @@ public void WaitForConfirmsOrDie(TimeSpan timeout)
14231423
internal void SendCommands(IList<Command> commands)
14241424
{
14251425
_flowControlBlock.Wait();
1426-
AllocatatePublishSeqNos(commands.Count);
1426+
AllocatePublishSeqNos(commands.Count);
14271427
Session.Transmit(commands);
14281428
}
14291429

0 commit comments

Comments
 (0)