diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2017-07-25 19:21:40 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2017-07-25 19:21:40 +0300 |
| commit | 1d3392fb02e297d0ee606cf6d41daeb92c2c953f (patch) | |
| tree | 2a7b91ab728f40032c8cd0c3ea00204d881fef83 /src | |
| parent | 6115475719cc01b582d8fa2440df23467e52bbe6 (diff) | |
| download | rabbitmq-server-git-1d3392fb02e297d0ee606cf6d41daeb92c2c953f.tar.gz | |
Spelling
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_vhost_process.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_vhost_process.erl b/src/rabbit_vhost_process.erl index c16a24eb07..e3c815a727 100644 --- a/src/rabbit_vhost_process.erl +++ b/src/rabbit_vhost_process.erl @@ -26,7 +26,7 @@ %% The process will also check periodically if the vhost still %% present in mnesia DB and stop the vhost supervision tree when it -%% desapears. +%% disappears. -module(rabbit_vhost_process). |
