Skip to content

Commit 51ae110

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Run codespell on doc directory"
2 parents 5f8eb7a + deeb4ac commit 51ae110

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

doc/source/contributor/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ RFE
104104
understands the goal of the change.
105105

106106
specs
107-
If the new feature is a major change or additon to Octavia that will need
107+
If the new feature is a major change or addition to Octavia that will need
108108
a detailed design to be successful, the Octavia team requires a
109109
specification (spec) proposal be submitted as a patch.
110110

doc/source/contributor/guides/providers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ are:
508508
| | | backend ``member`` that contains 0 if the |
509509
| | | client authentication was successful, or an|
510510
| | | result error number greater than 0 that |
511-
| | | align to the openssl veryify error codes. |
511+
| | | align to the openssl verify error codes. |
512512
+-----------------------+--------+--------------------------------------------+
513513
| X-SSL-Client-Has-Cert | string | When "``true``" a ``X-SSL-Client-Has-Cert``|
514514
| | | header is inserted into the request to the |

doc/source/user/feature-classification/feature-matrix-listener.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ driver.ovn=missing
121121
[operation.insert_headers.X-SSL-Client-Verify]
122122
title=insert_headers - X-SSL-Client-Verify
123123
status=optional
124-
notes=When “true” a X-SSL-Client-Verify header is inserted into the request to the backend member that contains 0 if the client authentication was successful, or an result error number greater than 0 that align to the openssl veryify error codes.
124+
notes=When “true” a X-SSL-Client-Verify header is inserted into the request to the backend member that contains 0 if the client authentication was successful, or an result error number greater than 0 that align to the openssl verify error codes.
125125
cli=openstack loadbalancer listener create [--insert-headers X-SSL-Client-Verify=true] <loadbalancer>
126126
driver.amphora=complete
127127
driver.ovn=missing

doc/source/user/feature-classification/feature-matrix-pool.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ driver.ovn=missing
6363

6464
[operation.lb_algorithm.ROUND_ROBIN]
6565
title=lb_algorithm - ROUND_ROBIN
66-
notes=The pool will direct connections to the next member server, one after the other, rotating through the available memeber servers.
66+
notes=The pool will direct connections to the next member server, one after the other, rotating through the available member servers.
6767
cli=openstack loadbalancer pool create --lb-algorithm ROUND_ROBIN --listener <listener>
6868
driver.amphora=complete
6969
driver.ovn=missing

doc/source/user/guides/basic-cookbook.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ terminated listener, see the above section
731731

732732
Deploy a load balancer with backend re-encryption and client authentication
733733
---------------------------------------------------------------------------
734-
This example will demostrate how to enable TLS encryption from the load
734+
This example will demonstrate how to enable TLS encryption from the load
735735
balancer to the backend member servers with the load balancer being
736736
authenticated using TLS client authentication. Typically this is used with TLS
737737
termination enabled on the listener, but, to simplify the example, we are going
@@ -945,7 +945,7 @@ In this case, using ``TLS-HELLO`` type monitoring is an alternative.
945945
If an application is listening on this port, the Operating System should reply
946946
with an INIT ACK packet, but if the port is closed, it replies with an ABORT
947947
packet.
948-
If the health monitor receives an INIT ACK packet, it immediatly closes the
948+
If the health monitor receives an INIT ACK packet, it immediately closes the
949949
connection with an ABORT packet, and considers that the server is ONLINE.
950950

951951
``TLS-HELLO`` health monitors simply ensure the back-end server responds to

doc/source/user/guides/l7.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ L7 rules have the following types:
9393
certificate validation result. A value of '0' means the certificate was
9494
successfully validated. A value greater than '0' means the certificate
9595
failed validation. This value follows the `openssl-verify result codes <https://github.com/openssl/openssl/blob/master/include/openssl/x509_vfy.h#L99>`_.
96-
* ``SSL_DN_FIELD``: The rule looks for a Distinguished Name feild defined in
96+
* ``SSL_DN_FIELD``: The rule looks for a Distinguished Name field defined in
9797
the key parameter and compares it against the value parameter in the rule.
9898

9999
Comparison types

doc/source/user/guides/monitoring.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Monitoring with Prometheus
7777
==========================
7878

7979
Some provider drivers, such as the Octavia amphora driver, provide a prometheus
80-
endpoint. This allows you to configure your Prometheus infrastruture to collect
80+
endpoint. This allows you to configure your Prometheus infrastructure to collect
8181
metrics from Octavia load balancers.
8282

8383
To add a Prometheus endpoint on an Octavia load balancer, create a listener

0 commit comments

Comments
 (0)