Typo fix: splitted => split

Change-Id: I1c3f0b9c5196bdd961d5a32e2df2acc4f3c10301
This commit is contained in:
Anh Tran 2017-02-06 13:46:57 +07:00
parent f26c025b78
commit 055fd50f72
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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``.