From 85ae5b495c41039fa866d3927ca44181141c27cc Mon Sep 17 00:00:00 2001 From: zhangyanxian Date: Tue, 23 Aug 2016 01:17:46 +0000 Subject: [PATCH] Fix typos in the docs Change-Id: I204c72af3e28bdae9dee09f7a3f980b6b4c31654 --- doc/release_notes/archive/v0.1.0.rst | 4 ++-- doc/specs/implemented/improve_scenario_output_format.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/release_notes/archive/v0.1.0.rst b/doc/release_notes/archive/v0.1.0.rst index f0923b84ca..842977804a 100644 --- a/doc/release_notes/archive/v0.1.0.rst +++ b/doc/release_notes/archive/v0.1.0.rst @@ -301,7 +301,7 @@ New Features & API changes * **New Rally task reports** - * New code is based on OOP style which is base step to make plugable Reports + * New code is based on OOP style which is base step to make pluggable Reports * Reports are now generated for only one iteration over the resulting data which resolves scalability issues when we are working with large @@ -329,7 +329,7 @@ Specs & Feature requests [feature request] Explicitly specify existing users for scenarios - [feature request] Improve install script and add --unistall and --version + [feature request] Improve install script and add --uninstall and --version [feature request] Allows specific repos & packages in install-rally.sh diff --git a/doc/specs/implemented/improve_scenario_output_format.rst b/doc/specs/implemented/improve_scenario_output_format.rst index 98ca6918a6..751f7b7a9a 100644 --- a/doc/specs/implemented/improve_scenario_output_format.rst +++ b/doc/specs/implemented/improve_scenario_output_format.rst @@ -112,7 +112,7 @@ Here is proposed iterations results structure for output data: # existent Chart subclass that is responsible for processing # and displaying the data {"title": "How some durations changes during the scenario", - "description": "Some details explaind here", + "description": "Some details explained here", "chart": "OutputStackedAreaChart", "items": [[, ], ...] # Additive data },