summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonyg@lshift.net>2008-12-10 19:00:04 +0000
committerTony Garnock-Jones <tonyg@lshift.net>2008-12-10 19:00:04 +0000
commit54711a61308fbb5b358301e7e0e8c5765bbd5ee9 (patch)
treefae37dcd874a97e6def64c51e7bd6159dea8985e
parent8d2afb32be56c6f68e55fa4b51299348c1c21827 (diff)
downloadrabbitmq-server-bug19684.tar.gz
Correct typosbug19684
-rw-r--r--docs/rabbitmqctl.1.pod2
-rw-r--r--src/rabbit_control.erl2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/rabbitmqctl.1.pod b/docs/rabbitmqctl.1.pod
index 85fd0023..8bb4d806 100644
--- a/docs/rabbitmqctl.1.pod
+++ b/docs/rabbitmqctl.1.pod
@@ -189,7 +189,7 @@ name
URL-encoded name of the exchange
type
- echange type (B<direct>, B<topic> or B<fanout>)
+ exchange type (B<direct>, B<topic> or B<fanout>)
durable
whether the exchange survives server restarts
diff --git a/src/rabbit_control.erl b/src/rabbit_control.erl
index 17df1979..ecc285a5 100644
--- a/src/rabbit_control.erl
+++ b/src/rabbit_control.erl
@@ -148,7 +148,7 @@ auto_delete, arguments]. The default is to display name and type.
The output format for \"list_bindings\" is a list of rows containing
exchange name, routing key, queue name and arguments, in that order.
-<ConnectioInfoItem> must be a member of the list [pid, address, port,
+<ConnectionInfoItem> must be a member of the list [pid, address, port,
peer_address, peer_port, state, channels, user, vhost, timeout, frame_max,
recv_oct, recv_cnt, send_oct, send_cnt, send_pend]. The default is to display
user, peer_address and peer_port.