summaryrefslogtreecommitdiff
path: root/doc/source/contributor/high_availability.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/contributor/high_availability.rst')
-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