From 633e3dd344a31ab0135b0b9569cf801f3dffa752 Mon Sep 17 00:00:00 2001 From: caixiaoyu Date: Mon, 15 Oct 2018 16:14:54 +0800 Subject: [PATCH] Fix a spelling mistake Change-Id: I861acb0d0f9aa1a1d137d6e75feb6e512e988487 --- os_brick/initiator/windows/fibre_channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os_brick/initiator/windows/fibre_channel.py b/os_brick/initiator/windows/fibre_channel.py index 72aca33bf..82e321fef 100644 --- a/os_brick/initiator/windows/fibre_channel.py +++ b/os_brick/initiator/windows/fibre_channel.py @@ -162,7 +162,7 @@ class WindowsFCConnector(win_conn_base.BaseWindowsConnector): local_port_wwn, remote_port_wwn, fcp_lun) # This may raise a DiskNotFound exception if the disks - # are meanwhile claimed by the MPIO serivce. + # are meanwhile claimed by the MPIO service. disk_paths = [ self._diskutils.get_device_name_by_device_number( dev_num)