diff --git a/rally/orchestrator/api.py b/rally/orchestrator/api.py index 6754c1e8b6..d0cc7693c1 100644 --- a/rally/orchestrator/api.py +++ b/rally/orchestrator/api.py @@ -47,7 +47,7 @@ def destroy_deploy(deploy_uuid): # TODO(akscram): We have to be sure that there are no running # tasks for this deployment. # TODO(akscram): Check that the deployment have got a status that - # is equal to "*->finised" or "deploy->inconsistent". + # is equal to "*->finished" or "deploy->inconsistent". deployment = objects.Deployment.get(deploy_uuid) deployer = deploy.EngineFactory.get_engine(deployment['config']['type'], deployment)