Fix typo in HA contributor doc

"targest" -> "targets"

Change-Id: Ife69605de9692bd87c6173bac3d0b458d047571f
This commit is contained in:
Eric Harney 2023-04-12 07:56:36 -04:00
parent dfef52f3a6
commit c8305f44d2

View File

@ -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