From d0121f3d0dc9455fce4c076c5c8961a5ae0d329f Mon Sep 17 00:00:00 2001
From: Hironori Shiina <shiina.hironori@jp.fujitsu.com>
Date: Fri, 9 Oct 2015 11:05:06 +0000
Subject: [PATCH] Fix typos in developer documentation

Fix 2 typos in documentation 'A Kolla Cluster with Heat'.

Change-Id: Ia50dda1b6e10accb1f44defca95b9b3f7de115e6
---
 doc/devenv-heat.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/devenv-heat.rst b/doc/devenv-heat.rst
index ffbef1cd94..17de5393c6 100644
--- a/doc/devenv-heat.rst
+++ b/doc/devenv-heat.rst
@@ -79,7 +79,7 @@ The container\_external\_network\_id is used by the nova-network
 container within the Kolla node as the FLAT\_INTERFACE. The
 FLAT\_INTERFACE tells Nova what device to use (i.e. eth1) to pass
 network traffic between Nova instances across Kolla nodes. This network
-should be seperate from the external\_network\_id above and is derived
+should be separate from the external\_network\_id above and is derived
 from the 'neutron net-list' command.
 
 The container\_external\_subnet\_id: is the subnet equivalent to
@@ -152,7 +152,7 @@ Debugging
 ---------
 
 All Docker commands should be run from the directory of the Docker
-binaray, by default this is ``/``.
+binary, by default this is ``/``.
 
 A few commands for debugging the system.
 
-- 
GitLab