summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Harney <eharney@redhat.com>2023-04-12 07:56:36 -0400
committerEric Harney <eharney@redhat.com>2023-04-12 07:57:06 -0400
commitc8305f44d2204918a6d7d30c884d2e033b02b5bb (patch)
treec35c52d96a54fe70c042541694e932aec8a6f3e7
parentdfef52f3a6e6ba6fde0e985621673064c8c86356 (diff)
downloadcinder-c8305f44d2204918a6d7d30c884d2e033b02b5bb.tar.gz
Fix typo in HA contributor doc
"targest" -> "targets" Change-Id: Ife69605de9692bd87c6173bac3d0b458d047571f
-rw-r--r--doc/source/contributor/high_availability.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/contributor/high_availability.rst b/doc/source/contributor/high_availability.rst
index a75d2c085..dcb46b32c 100644
--- a/doc/source/contributor/high_availability.rst
+++ b/doc/source/contributor/high_availability.rst
@@ -585,7 +585,7 @@ the lock, and `external=True` to make sure that file locks are being used.
The name parameter provided for these locks must be a literal string value.
There is no kind of templating support.
-Example from `cinder/volume/targest/lio.py`:
+Example from `cinder/volume/targets/lio.py`:
.. code-block:: python