From c46b33828dba83864fb35712f0bf686296ba622c Mon Sep 17 00:00:00 2001 From: Swapnil Kulkarni Date: Fri, 18 Sep 2015 09:48:53 +0530 Subject: [PATCH] Spell corrections in dev quickstart guide Change-Id: Ifadd1e05e840f4c7605c4b9797bdc620ab62c353 --- doc/dev-quickstart.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/dev-quickstart.rst b/doc/dev-quickstart.rst index 38fac87d34..ed43e88ff5 100644 --- a/doc/dev-quickstart.rst +++ b/doc/dev-quickstart.rst @@ -56,7 +56,7 @@ To install Kolla Python dependencies use: Since Docker is required to build images as well as be present on all deployed targets, the Kolla community recommends installing the Docker Inc. packaged -version of Docker for maximum stability and compatiblity with the following +version of Docker for maximum stability and compatibility with the following command: :: @@ -131,7 +131,7 @@ The Kolla community builds and pushes tested images for each tagged release of Kolla, but if running from master, it is recommended to build images locally. All Docker images can be built as follows. -Before running the below intructions, ensure the docker daemon is running +Before running the below instructions, ensure the docker daemon is running or the build process would fail: ::