Merge "[doc] Fix three typos"

This commit is contained in:
Jenkins 2016-11-29 02:07:50 +00:00 committed by Gerrit Code Review
commit 626c27def5
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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