diff --git a/specs/template.rst b/specs/template.rst index f193f85..642c3b1 100644 --- a/specs/template.rst +++ b/specs/template.rst @@ -113,7 +113,7 @@ Each API method which is either added or changed should have the following inconsistent parameters supplied to the method, or when an instance is not in an appropriate state for the request to succeed. Errors caused by syntactic problems covered by the JSON - schema defintion do not need to be included. + schema definition do not need to be included. * URL for the resource diff --git a/specs/train/add_get_scope_state_api_endpoint.rst b/specs/train/add_get_scope_state_api_endpoint.rst index b77ba0c..bfe3d83 100644 --- a/specs/train/add_get_scope_state_api_endpoint.rst +++ b/specs/train/add_get_scope_state_api_endpoint.rst @@ -10,7 +10,7 @@ Add a v2 API endpoint to retrieve the state of different scopes https://storyboard.openstack.org/#!/story/2005395 -.. note:: This spec is the detailled implementation of one part of a +.. note:: This spec is the detailed implementation of one part of a larger spec. If you haven't read it yet, please see https://review.opendev.org/#/c/657393/ diff --git a/specs/train/add_v2_storage_driver_elasticsearch.rst b/specs/train/add_v2_storage_driver_elasticsearch.rst index 1896d9d..9170150 100644 --- a/specs/train/add_v2_storage_driver_elasticsearch.rst +++ b/specs/train/add_v2_storage_driver_elasticsearch.rst @@ -185,10 +185,10 @@ Performance Impact On most benchmarks (and from what could be determined from POCs), data insertion into Elasticsearch is slower than insertion into InfluxDB. However, -Elasticsearch is faster for aggreations. However, once CloudKitty has caught +Elasticsearch is faster for aggregations. However, once CloudKitty has caught up with the current timestamp, not many insertions are required. Moreover, Elasticsearch's support for clustering and for tuning should allow for a -better overall perfomance in the end. +better overall performance in the end. Other deployer impact ---------------------