diff --git a/cinder/volume/drivers/vmware/volumeops.py b/cinder/volume/drivers/vmware/volumeops.py index 914cefdcf25..7837c7eb41e 100644 --- a/cinder/volume/drivers/vmware/volumeops.py +++ b/cinder/volume/drivers/vmware/volumeops.py @@ -608,7 +608,7 @@ class VMwareVolumeOps(object): {'path': path, 'size': requested_size_in_gb}) diskMgr = self._session.vim.service_content.virtualDiskManager - # VMWare API needs the capacity unit to be in KB, so convert the + # VMware API needs the capacity unit to be in KB, so convert the # capacity unit from GB to KB. size_in_kb = requested_size_in_gb * units.Mi task = self._session.invoke_api(self._session.vim, diff --git a/doc/source/reference/support-matrix.ini b/doc/source/reference/support-matrix.ini index 1eeffbcab29..961691dc662 100644 --- a/doc/source/reference/support-matrix.ini +++ b/doc/source/reference/support-matrix.ini @@ -181,7 +181,7 @@ title=Veritas Cluster NFS Driver (NFS) title=Virtuozzo Storage Driver (remotefs) [driver.vmware] -title=VMWare Storage Driver (vmdk) +title=VMware Storage Driver (vmdk) [driver.win_iscsi] title=Windows iSCSI Driver