From 2668177256e2c09f2db69d026655e94045c20e5f Mon Sep 17 00:00:00 2001
From: Edan David <edand@mellanox.com>
Date: Thu, 2 Jun 2016 01:42:01 -0400
Subject: [PATCH] Fix typo: 'olso' to 'oslo'

Change-Id: Ic86ded995ecf24b094b25c140da264526eafe611
---
 doc/source/AMQP1.0.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/source/AMQP1.0.rst b/doc/source/AMQP1.0.rst
index 1483d321c..31c5cc351 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")