barometer: update DMA's vendoring packages
[barometer.git] / src / dma / vendor / github.com / streadway / amqp / delivery.go
index 304c834..7241264 100644 (file)
@@ -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