@@ -165,7 +165,7 @@ enqueue(Msg, State) ->
165
165
166
166
% % @doc Dequeue a message from the queue.
167
167
% %
168
- % % This is a syncronous call. I.e. the call will block until the command
168
+ % % This is a synchronous call. I.e. the call will block until the command
169
169
% % has been accepted by the ra process or it times out.
170
170
% %
171
171
% % @param ConsumerTag a unique tag to identify this particular consumer.
@@ -297,7 +297,7 @@ discard(ConsumerTag, [_|_] = MsgIds,
297
297
% % @doc Register with the rabbit_fifo queue to "checkout" messages as they
298
298
% % become available.
299
299
% %
300
- % % This is a syncronous call. I.e. the call will block until the command
300
+ % % This is a synchronous call. I.e. the call will block until the command
301
301
% % has been accepted by the ra process or it times out.
302
302
% %
303
303
% % @param ConsumerTag a unique tag to identify this particular consumer.
@@ -316,7 +316,7 @@ checkout(ConsumerTag, NumUnsettled, ConsumerInfo, State0) ->
316
316
% % @doc Register with the rabbit_fifo queue to "checkout" messages as they
317
317
% % become available.
318
318
% %
319
- % % This is a syncronous call. I.e. the call will block until the command
319
+ % % This is a synchronous call. I.e. the call will block until the command
320
320
% % has been accepted by the ra process or it times out.
321
321
% %
322
322
% % @param ConsumerTag a unique tag to identify this particular consumer.
@@ -374,7 +374,7 @@ credit(ConsumerTag, Credit, Drain,
374
374
375
375
% % @doc Cancels a checkout with the rabbit_fifo queue for the consumer tag
376
376
% %
377
- % % This is a syncronous call. I.e. the call will block until the command
377
+ % % This is a synchronous call. I.e. the call will block until the command
378
378
% % has been accepted by the ra process or it times out.
379
379
% %
380
380
% % @param ConsumerTag a unique tag to identify this particular consumer.
0 commit comments