summaryrefslogtreecommitdiff
path: root/test/temp
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2020-06-26 15:04:19 +0300
committerMichael Klishin <michael@clojurewerkz.org>2020-06-26 15:04:19 +0300
commitbd3c18963f68e36ca554cd782e72def1343efae3 (patch)
treee70ad44abbad8e2aea05a7a2af42e1e457334c97 /test/temp
parentb76bd6d6530b53324eb50e31380f7bd462869417 (diff)
downloadrabbitmq-server-git-bd3c18963f68e36ca554cd782e72def1343efae3.tar.gz
Avoid using unfortunate terms in more places
We have switched all doc guides to use "mirror" or "secondary" years ago but these were never updated. Renaming functions and record/HTTP API fields (including CLI tools) would be major a breaking change, so they will be aliased or renamed with a lot more extensive review in the future.
Diffstat (limited to 'test/temp')
-rwxr-xr-xtest/temp/rabbitmqadmin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/temp/rabbitmqadmin.py b/test/temp/rabbitmqadmin.py
index 525fc379bf..bb4ed118b7 100755
--- a/test/temp/rabbitmqadmin.py
+++ b/test/temp/rabbitmqadmin.py
@@ -673,7 +673,7 @@ class Lister:
if depth < max_depth:
add(column, depth + 1, subitem, fun)
elif type(subitem) == list:
- # The first branch has slave nodes in queues in
+ # The first branch has mirror nodes in queues in
# mind (which come out looking decent); the second
# one has applications in nodes (which look less
# so, but what would look good?).