diff options
| author | Tony Garnock-Jones <tonyg@lshift.net> | 2008-12-10 19:00:04 +0000 |
|---|---|---|
| committer | Tony Garnock-Jones <tonyg@lshift.net> | 2008-12-10 19:00:04 +0000 |
| commit | e2be7e6518c31102141a31405411cb7c2a34974f (patch) | |
| tree | fae37dcd874a97e6def64c51e7bd6159dea8985e | |
| parent | ece581ed4971e18bd17baa6d3babfa8049daaf35 (diff) | |
| download | rabbitmq-server-git-e2be7e6518c31102141a31405411cb7c2a34974f.tar.gz | |
Correct typos
| -rw-r--r-- | docs/rabbitmqctl.1.pod | 2 | ||||
| -rw-r--r-- | src/rabbit_control.erl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/rabbitmqctl.1.pod b/docs/rabbitmqctl.1.pod index 85fd002346..8bb4d8066e 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 17df1979e9..ecc285a57f 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. |
