diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2018-07-23 17:54:52 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2018-07-23 17:54:52 +0300 |
| commit | ddbc8642b83897d5389104a32740377c049bd3cb (patch) | |
| tree | a634d60384f58db9e912fc5e1bc55deaf7ad1e6b /src | |
| parent | 7c941aff893c44355e3e892a43b80d20de171ac3 (diff) | |
| download | rabbitmq-server-git-ddbc8642b83897d5389104a32740377c049bd3cb.tar.gz | |
Ninja fix: correct a type spec typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_vhost_sup_sup.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_vhost_sup_sup.erl b/src/rabbit_vhost_sup_sup.erl index 3ce3201d6b..be892a6fba 100644 --- a/src/rabbit_vhost_sup_sup.erl +++ b/src/rabbit_vhost_sup_sup.erl @@ -116,7 +116,7 @@ stop_and_delete_vhost(VHost, Node) -> {error, RpcErr} end. --spec init_vhost(rabbit_types:vhost()) -> ok | {error, {no_such_vhost, rabbit_types:vhsot()}}. +-spec init_vhost(rabbit_types:vhost()) -> ok | {error, {no_such_vhost, rabbit_types:vhost()}}. init_vhost(VHost) -> case start_vhost(VHost) of {ok, _} -> ok; |
