Skip to content

Commit e1c9dce

Browse files
Cosmetics
(cherry picked from commit 051f7f3)
1 parent fff18f9 commit e1c9dce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rabbit_binding.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
routing_key, arguments,
103103
vhost]).
104104

105-
%% Global table recover
105+
%% Global table recovery
106106
recover() ->
107107
rabbit_misc:table_filter(
108108
fun (Route) ->
@@ -114,7 +114,7 @@ recover() ->
114114
ok
115115
end, rabbit_durable_route).
116116

117-
%% Per-vhost recover
117+
%% Virtual host-specific recovery
118118
recover(XNames, QNames) ->
119119
XNameSet = sets:from_list(XNames),
120120
QNameSet = sets:from_list(QNames),

0 commit comments

Comments
 (0)