summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEdan David <edand@mellanox.com>2016-06-02 01:42:01 -0400
committerEdan David <edand@mellanox.com>2016-06-02 02:06:28 -0400
commit2668177256e2c09f2db69d026655e94045c20e5f (patch)
treef4d0e04b5e5d6d0fe03dfa6283c479b023821175 /doc
parente3d55aa275810d6afb8c5128d7c50156e8c343e3 (diff)
downloadoslo-messaging-2668177256e2c09f2db69d026655e94045c20e5f.tar.gz
Fix typo: 'olso' to 'oslo'
Change-Id: Ic86ded995ecf24b094b25c140da264526eafe611
Diffstat (limited to 'doc')
-rw-r--r--doc/source/AMQP1.0.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/AMQP1.0.rst b/doc/source/AMQP1.0.rst
index 1483d32..31c5cc3 100644
--- a/doc/source/AMQP1.0.rst
+++ b/doc/source/AMQP1.0.rst
@@ -120,7 +120,7 @@ The new driver is selected by specifying **amqp** as the transport
name. For example::
from oslo import messaging
- from olso.config import cfg
+ from oslo.config import cfg
amqp_transport = messaging.get_transport(cfg.CONF,
"amqp://me:passwd@host:5672")