Skip to content

Commit 585e43b

Browse files
committed
Typo
1 parent dcf15e7 commit 585e43b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rabbit_queue_index.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
on_sync_fun(), on_sync_fun()) ->
265265
{'undefined' | non_neg_integer(),
266266
'undefined' | non_neg_integer(), qistate()}.
267-
-spec terminate(rabbit_types:vhsot(), [any()], qistate()) -> qistate().
267+
-spec terminate(rabbit_types:vhost(), [any()], qistate()) -> qistate().
268268
-spec delete_and_terminate(qistate()) -> qistate().
269269
-spec publish(rabbit_types:msg_id(), seq_id(),
270270
rabbit_types:message_properties(), boolean(),
@@ -281,7 +281,7 @@
281281
-spec next_segment_boundary(seq_id()) -> seq_id().
282282
-spec bounds(qistate()) ->
283283
{non_neg_integer(), non_neg_integer(), qistate()}.
284-
-spec start(rabbit_types:vhsot(), [rabbit_amqqueue:name()]) -> {[[any()]], {walker(A), A}}.
284+
-spec start(rabbit_types:vhost(), [rabbit_amqqueue:name()]) -> {[[any()]], {walker(A), A}}.
285285

286286
-spec add_queue_ttl() -> 'ok'.
287287

0 commit comments

Comments
 (0)