From 22b7124c2fae473287332987ad2989f856f6bba3 Mon Sep 17 00:00:00 2001 From: lqslan Date: Tue, 31 Mar 2015 21:16:42 +0800 Subject: [PATCH] Fix some typos in magnum document Change-Id: I5180e3c24170512fb5fa98bc396bff8c1e7aedca --- contrib/devstack/README.rst | 4 ++-- doc/source/dev/dev-manual-devstack.rst | 2 +- doc/source/dev/dev-quickstart.rst | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/devstack/README.rst b/contrib/devstack/README.rst index 3d9a60c6c9..e7417ec4cb 100644 --- a/contrib/devstack/README.rst +++ b/contrib/devstack/README.rst @@ -8,8 +8,8 @@ Refer the quickstart guide for more information on using devstack and magnum. Running devestack with magnum for the first time may take a long time as it needs to download an atomic fedora 21 qcow image. If you already have this image -you can copy it to /opt/stack/devstack/files/fedora-21-atomic.qcow2 to save you -this time. +you can copy it to /opt/stack/devstack/files/fedora-21-atomic.qcow2 to save your +time. To install magnum into devstack: :: diff --git a/doc/source/dev/dev-manual-devstack.rst b/doc/source/dev/dev-manual-devstack.rst index 184e5cca5c..0018f53acf 100644 --- a/doc/source/dev/dev-manual-devstack.rst +++ b/doc/source/dev/dev-manual-devstack.rst @@ -182,6 +182,6 @@ Finally start the conductor service in a new window:: magnum-conductor -Magnum should now be up and running. Further steps on utilising Magnum and +Magnum should now be up and running. Further steps on utilizing Magnum and deploying containers can be found in the `quickstart guide <../dev-quickstart.rst>`. diff --git a/doc/source/dev/dev-quickstart.rst b/doc/source/dev/dev-quickstart.rst index 633b522b96..122ce90d00 100644 --- a/doc/source/dev/dev-quickstart.rst +++ b/doc/source/dev/dev-quickstart.rst @@ -265,7 +265,7 @@ commands to build the documentation set:: source .tox/venv/bin/activate # build the docs - tox -egendocs + tox -edocs Now use your browser to open the top-level index.html located at::