From c8305f44d2204918a6d7d30c884d2e033b02b5bb Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Wed, 12 Apr 2023 07:56:36 -0400 Subject: [PATCH] Fix typo in HA contributor doc "targest" -> "targets" Change-Id: Ife69605de9692bd87c6173bac3d0b458d047571f --- doc/source/contributor/high_availability.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/contributor/high_availability.rst b/doc/source/contributor/high_availability.rst index a75d2c085b4..dcb46b32c72 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