From 3d486550fa385a072b28f8c3442d336d6b735356 Mon Sep 17 00:00:00 2001
From: Eduardo Patrocinio <epatro@gmail.com>
Date: Wed, 16 Sep 2015 16:04:39 -0400
Subject: [PATCH] Fixes a typo in the documentation Closes-Bug: #1496547

Change-Id: I429152ff9c1e63164e3a36a09f7cee8567b9296a
---
 doc/dev-quickstart.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/dev-quickstart.rst b/doc/dev-quickstart.rst
index b174993229..38fac87d34 100644
--- a/doc/dev-quickstart.rst
+++ b/doc/dev-quickstart.rst
@@ -40,7 +40,7 @@ a different storage backend such as btrfs when running Docker daemon.
 
 On the deployment host Ansible>=1.8.4 must be installed and is the only
 requirement for deploying OpenStack.  To build the Docker container images
-locally the dependnencies docker>=1.7.0 and the Python libraries
+locally the dependencies docker>=1.7.0 and the Python libraries
 docker-py>=1.2.0 and Jinja2>=2.6 must be installed.
 
 The deployment target nodes require the installation of docker>=1.7.0 and
-- 
GitLab