Fix spelling mistakes

Change-Id: I67e7b292898c559df2e2074614df6e84741fdb2f
This commit is contained in:
yenai 2018-09-14 15:03:13 +08:00
parent af03703586
commit 9a62860dd4
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ class ISCSIConnector(base.BaseLinuxConnector, base_iscsi.BaseISCSIConnector):
:param connection_properties: The dictionary that describes all
of the target volume attributes.
:type connection_properties: dict
:param discover: Wheter doing an iSCSI discovery is acceptable.
:param discover: Whether doing an iSCSI discovery is acceptable.
:type discover: bool
:returns: list of tuples of (ip, iqn, lun)
"""