Skip to content

Commit d84011f

Browse files
committed
spelling: synchronous
1 parent 2e6f56a commit d84011f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/rabbit_fifo_client.erl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ enqueue(Msg, State) ->
165165

166166
%% @doc Dequeue a message from the queue.
167167
%%
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
169169
%% has been accepted by the ra process or it times out.
170170
%%
171171
%% @param ConsumerTag a unique tag to identify this particular consumer.
@@ -297,7 +297,7 @@ discard(ConsumerTag, [_|_] = MsgIds,
297297
%% @doc Register with the rabbit_fifo queue to "checkout" messages as they
298298
%% become available.
299299
%%
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
301301
%% has been accepted by the ra process or it times out.
302302
%%
303303
%% @param ConsumerTag a unique tag to identify this particular consumer.
@@ -316,7 +316,7 @@ checkout(ConsumerTag, NumUnsettled, ConsumerInfo, State0) ->
316316
%% @doc Register with the rabbit_fifo queue to "checkout" messages as they
317317
%% become available.
318318
%%
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
320320
%% has been accepted by the ra process or it times out.
321321
%%
322322
%% @param ConsumerTag a unique tag to identify this particular consumer.
@@ -374,7 +374,7 @@ credit(ConsumerTag, Credit, Drain,
374374

375375
%% @doc Cancels a checkout with the rabbit_fifo queue for the consumer tag
376376
%%
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
378378
%% has been accepted by the ra process or it times out.
379379
%%
380380
%% @param ConsumerTag a unique tag to identify this particular consumer.

0 commit comments

Comments
 (0)