diff options
Diffstat (limited to 'src/dma/vendor/github.com/streadway/amqp/delivery.go')
-rw-r--r-- | src/dma/vendor/github.com/streadway/amqp/delivery.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dma/vendor/github.com/streadway/amqp/delivery.go b/src/dma/vendor/github.com/streadway/amqp/delivery.go index 304c8346..72412644 100644 --- a/src/dma/vendor/github.com/streadway/amqp/delivery.go +++ b/src/dma/vendor/github.com/streadway/amqp/delivery.go @@ -52,7 +52,7 @@ type Delivery struct { DeliveryTag uint64 Redelivered bool - Exchange string // basic.publish exhange + Exchange string // basic.publish exchange RoutingKey string // basic.publish routing key Body []byte |