From 45c8f44777ddbc8b2adc5454b5f3df3f4641d6d8 Mon Sep 17 00:00:00 2001 From: Anh Tran Date: Mon, 6 Feb 2017 13:46:57 +0700 Subject: [PATCH] Typo fix: splitted => split Change-Id: I1c3f0b9c5196bdd961d5a32e2df2acc4f3c10301 --- doc/specs/implemented/class-based-scenarios.rst | 2 +- doc/specs/implemented/verification_refactoring.rst | 2 +- doc/specs/in-progress/improve_atomic_actions_format.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/specs/implemented/class-based-scenarios.rst b/doc/specs/implemented/class-based-scenarios.rst index 5c8b0a4478..f38871b8cf 100644 --- a/doc/specs/implemented/class-based-scenarios.rst +++ b/doc/specs/implemented/class-based-scenarios.rst @@ -42,7 +42,7 @@ This means that class represents single scenario which is actually implemented in method *Scenario.run()*. So input task can contain scenario names that does not have method part -splitted by dot from class part. +split by dot from class part. For example, here we have two scenarios, first one is in old manner and another is class-based: diff --git a/doc/specs/implemented/verification_refactoring.rst b/doc/specs/implemented/verification_refactoring.rst index a9775f5148..9e72a04c17 100644 --- a/doc/specs/implemented/verification_refactoring.rst +++ b/doc/specs/implemented/verification_refactoring.rst @@ -287,7 +287,7 @@ Old commands: uninstall Remove the deployment's local Tempest installation. use Set active verification. -There is another problem of old CLI. Management is splitted across all commands +There is another problem of old CLI. Management is split across all commands and you can do the same things via different commands. Moreover, you can install Tempest in virtual environment via ``rally verify install`` and use ``--system-wide`` option in ``rally verify start``. diff --git a/doc/specs/in-progress/improve_atomic_actions_format.rst b/doc/specs/in-progress/improve_atomic_actions_format.rst index 94e2862a98..0993f686e3 100644 --- a/doc/specs/in-progress/improve_atomic_actions_format.rst +++ b/doc/specs/in-progress/improve_atomic_actions_format.rst @@ -31,7 +31,7 @@ Also, atomic actions data does not include timestamps for each action start and end time. Having this data will allow us to inspect atomic actions runtime better and generate detailed reports. -Since word "atomic" means something that can not be splitted into parts +Since word "atomic" means something that can not be split into parts and we introduce nested atomic actions, we should use different term instead of "atomic actions".