From 55d3c12fc4ba5a9e56553c3c7d1681118050f74d Mon Sep 17 00:00:00 2001 From: Zhao Lei Date: Thu, 24 Sep 2015 20:57:14 +0800 Subject: [PATCH] Fix some spelling typo in manual neccessary -> necessary successfull -> successful existance -> existence specifc -> specific dependancies -> dependencies Change-Id: I5a316432b441561e173785f7bf24f9ba4280d06f Signed-off-by: Zhao Lei --- specs/tempest/implemented/branchless-tempest-extensions.rst | 2 +- specs/tempest/implemented/meta-data-and-uuid-for-tests.rst | 2 +- specs/tempest/implemented/resource-cleanup.rst | 2 +- specs/tempest/ipv6-api-testing-parity.rst | 2 +- specs/tempest/stress-api-tracking.rst | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/specs/tempest/implemented/branchless-tempest-extensions.rst b/specs/tempest/implemented/branchless-tempest-extensions.rst index 3a7c1e5..136e625 100644 --- a/specs/tempest/implemented/branchless-tempest-extensions.rst +++ b/specs/tempest/implemented/branchless-tempest-extensions.rst @@ -43,7 +43,7 @@ This would imagine a world where the definition would look as follows icehouse: compute-ext: [floating-ips, aggregates, ... ] -The non existance of an extensions list means assume 'all'. It is also +The non existence of an extensions list means assume 'all'. It is also expected that you'd be able to specify 'rm-compute-ext' much like rm-services, so that you could do something as follows. :: diff --git a/specs/tempest/implemented/meta-data-and-uuid-for-tests.rst b/specs/tempest/implemented/meta-data-and-uuid-for-tests.rst index 144766f..b4bea1f 100644 --- a/specs/tempest/implemented/meta-data-and-uuid-for-tests.rst +++ b/specs/tempest/implemented/meta-data-and-uuid-for-tests.rst @@ -132,4 +132,4 @@ Work Items Dependencies ============ -- No known external dependancies. +- No known external dependencies. diff --git a/specs/tempest/implemented/resource-cleanup.rst b/specs/tempest/implemented/resource-cleanup.rst index ed57e1c..472bc8e 100644 --- a/specs/tempest/implemented/resource-cleanup.rst +++ b/specs/tempest/implemented/resource-cleanup.rst @@ -83,7 +83,7 @@ attributes defined during setUpClass, which may not be there anymore. Disallow overriding ``tearDownClass`` defined in ``BaseTestCase`` with an hacking rule. Define ``tearDownClass`` so that it invokes a descendant -specifc cleanup code, and finally cleans-up credentials. +specific cleanup code, and finally cleans-up credentials. :: diff --git a/specs/tempest/ipv6-api-testing-parity.rst b/specs/tempest/ipv6-api-testing-parity.rst index f4eef4b..83769d6 100644 --- a/specs/tempest/ipv6-api-testing-parity.rst +++ b/specs/tempest/ipv6-api-testing-parity.rst @@ -18,7 +18,7 @@ Problem description =================== IPv6 is evolving in Neutron and the community is working hard to add the -neccessary support. However, the current API tests in tempest do not +necessary support. However, the current API tests in tempest do not validate IPv6 to the same extent as IPv4. Also, Neutron now supports two extended attributes for IPv6 subnets diff --git a/specs/tempest/stress-api-tracking.rst b/specs/tempest/stress-api-tracking.rst index d67b1bb..3f70b43 100644 --- a/specs/tempest/stress-api-tracking.rst +++ b/specs/tempest/stress-api-tracking.rst @@ -42,7 +42,7 @@ Example expected (and configurable) whitelisted methods could include: For each decorated method, maintain a dictionary that tracks: -#. The number of successfull calls +#. The number of successful calls #. The number of failed calls #. The list of observed stacktraces for the failed calls