Merge "Fix the misspelling of "volumes""

This commit is contained in:
Zuul 2019-05-30 23:42:10 +00:00 committed by Gerrit Code Review
commit 254ed254cf

View File

@ -770,7 +770,7 @@ class InfiniboxVolumeDriver(san.SanISCSIDriver):
source_group=None, source_vols=None):
"""Creates a group from source."""
# The source is either group_snapshot+snapshots or
# source_group+source_vols. The target is group+voluems
# source_group+source_vols. The target is group+volumes
# we assume the source (source_vols / snapshots) are in the same
# order as the target (volumes)