diff --git a/doc/release_notes/archive/v0.1.0.rst b/doc/release_notes/archive/v0.1.0.rst index bc9f2815..f0923b84 100644 --- a/doc/release_notes/archive/v0.1.0.rst +++ b/doc/release_notes/archive/v0.1.0.rst @@ -82,7 +82,7 @@ New Features & API changes This was done to: - * avoid doing rally.benchamrk.scenarios import base as scenario_base + * avoid doing rally.benchmark.scenarios import base as scenario_base * remove one level of nesting @@ -333,7 +333,7 @@ Specs & Feature requests [feature request] Allows specific repos & packages in install-rally.sh - [feature request] Add abbility to caputre logs from tested services + [feature request] Add ability to capture logs from tested services [feature request] Check RPC queue perfdata diff --git a/doc/release_notes/archive/v0.2.0.rst b/doc/release_notes/archive/v0.2.0.rst index feda1b1d..79a9fb79 100644 --- a/doc/release_notes/archive/v0.2.0.rst +++ b/doc/release_notes/archive/v0.2.0.rst @@ -145,7 +145,7 @@ Bug fixes * #1530075: cirros_img_url in rally.conf doesn't take effective in verification tempest - * #1517839: Make CONF.set_override with paramter enforce_type=True by default + * #1517839: Make CONF.set_override with parameter enforce_type=True by default * #1489059: "db type could not be determined" running py34 diff --git a/doc/release_notes/archive/v0.3.2.rst b/doc/release_notes/archive/v0.3.2.rst index 4f0b82b9..4c3b98b1 100644 --- a/doc/release_notes/archive/v0.3.2.rst +++ b/doc/release_notes/archive/v0.3.2.rst @@ -95,8 +95,8 @@ Plugins But in some scenarios, there are more and one services being called, and we use xxx_kwargs for this case. - However, some xxx_kwargs are not unifed for same usage[0]. Unifying - these could avoid midleading for end users. Another improvement is to + However, some xxx_kwargs are not unified for same usage[0]. Unifying + these could avoid misleading for end users. Another improvement is to add xxx_kwargs with empty settings for scenario config files. [0] http://paste.openstack.org/show/489505/