Merge "Fix a typo in the explanatory note"

This commit is contained in:
Zuul 2020-08-24 20:39:03 +00:00 committed by Gerrit Code Review
commit 6fc62d1d9b

@ -102,7 +102,7 @@ class FibreChannelConnector(base.BaseLinuxConnector):
luns = []
if len(luns) == len(wwns):
# Handles single wwwn + lun or multiple, potentially
# Handles single wwn + lun or multiple, potentially
# different wwns or luns
targets = list(zip(wwns, luns))
elif len(luns) == 1 and len(wwns) > 1: