summaryrefslogtreecommitdiff
path: root/test/temp
diff options
context:
space:
mode:
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?).