diff --git a/doc/source/AMQP1.0.rst b/doc/source/AMQP1.0.rst index 100644e25..3723b0094 100644 --- a/doc/source/AMQP1.0.rst +++ b/doc/source/AMQP1.0.rst @@ -533,7 +533,7 @@ update the qpidd.conf values to match. DevStack Support ================ -The plugin for the AMQP 1.0 olso.messaging driver is supported by +The plugin for the AMQP 1.0 oslo.messaging driver is supported by DevStack. The plugin supports the use of either the broker or router intermediary. diff --git a/oslo_messaging/_drivers/amqp1_driver/oslo_messaging_amqp_driver_overview.rst b/oslo_messaging/_drivers/amqp1_driver/oslo_messaging_amqp_driver_overview.rst index f98e1b9ee..b557de4ce 100644 --- a/oslo_messaging/_drivers/amqp1_driver/oslo_messaging_amqp_driver_overview.rst +++ b/oslo_messaging/_drivers/amqp1_driver/oslo_messaging_amqp_driver_overview.rst @@ -8,8 +8,8 @@ Introduction ============ This document describes the architecture and implementation of the -olso.messaging AMQP 1.0 driver. The AMQP 1.0 driver provides an -implementation of the olso.messaging base driver service interfaces +oslo.messaging AMQP 1.0 driver. The AMQP 1.0 driver provides an +implementation of the oslo.messaging base driver service interfaces that map client application RPC and Notify methods "onto" the operation of an AMQP 1.0 protocol messaging bus. The blueprint for the original driver can be found here [1]_ and the original implementation is described in