Fixed typo in rally/benchmark/validation.py#L415

Change-Id: I75fad9226502489b787b3c95d466e4b623c787d5
This commit is contained in:
jacobliberman 2015-03-26 16:04:26 -05:00
parent 2efe0cb9ed
commit 56707b2e59

View File

@ -412,7 +412,7 @@ def required_clients(config, clients, task, *components):
@validator
def required_contexts(config, clients, deployment, *context_names):
"""Validator hecks if required benchmark contexts are specified.
"""Validator checks if required benchmark contexts are specified.
:param *context_names: list of context names that should be specified
"""