Skip to content

Commit ddbc864

Browse files
Ninja fix: correct a type spec typo
1 parent 7c941af commit ddbc864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_vhost_sup_sup.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ stop_and_delete_vhost(VHost, Node) ->
116116
{error, RpcErr}
117117
end.
118118

119-
-spec init_vhost(rabbit_types:vhost()) -> ok | {error, {no_such_vhost, rabbit_types:vhsot()}}.
119+
-spec init_vhost(rabbit_types:vhost()) -> ok | {error, {no_such_vhost, rabbit_types:vhost()}}.
120120
init_vhost(VHost) ->
121121
case start_vhost(VHost) of
122122
{ok, _} -> ok;

0 commit comments

Comments
 (0)