From 24a5dd928248bcaeeb2fd2652dceed5998a193bd Mon Sep 17 00:00:00 2001 From: bhavani Date: Fri, 17 Feb 2017 14:59:53 +0530 Subject: [PATCH] changed the spelling Change-Id: I342f4f86337cdc08668cf089e6a6ed90e12b00ff --- specs/cinder-integration.rst | 2 +- specs/container-sandbox.rst | 2 +- zun/tests/tempest/README.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/specs/cinder-integration.rst b/specs/cinder-integration.rst index b489752ef..30d8f1ddf 100644 --- a/specs/cinder-integration.rst +++ b/specs/cinder-integration.rst @@ -126,7 +126,7 @@ Design Principles Alternatives ------------ 1. We can use rexray for storage support, its again third party tool which - increases the dependancy. + increases the dependency. Data model impact ----------------- diff --git a/specs/container-sandbox.rst b/specs/container-sandbox.rst index 1a6251738..b64bb80e1 100644 --- a/specs/container-sandbox.rst +++ b/specs/container-sandbox.rst @@ -66,7 +66,7 @@ Proposed change This will create a container by joining the namespaces of the sandbox container so that resources in sandbox container can be shared. 3. The design should be extensible so that operators can plug-in their - own drivers if they are not statisfied by the built-in sandbox + own drivers if they are not satisfied by the built-in sandbox implementation(s). The diagram below offers an overview of the system architecture. The Zun diff --git a/zun/tests/tempest/README.rst b/zun/tests/tempest/README.rst index 8612281b8..37b259a27 100644 --- a/zun/tests/tempest/README.rst +++ b/zun/tests/tempest/README.rst @@ -19,7 +19,7 @@ The folder you are into now will be called ```` from now onwards. Please note that although it is fully working outside a virtual environment, it is recommended to install within a `venv`. -Zun Tempest testing sutup +Zun Tempest testing setup ------------------------- Before using zun tempest plugin, you need to install zun first::