delete: fix a typo

s/sharable/shareable

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
This commit is contained in:
Chen Hanxiao 2014-02-26 09:36:16 +08:00
parent 99eaf059ae
commit 25a50d7b27

View File

@ -253,7 +253,7 @@ def populate_storage_list(storage_list, vm, conn):
# #
# 2) If we can delete, do we want to delete this storage by # 2) If we can delete, do we want to delete this storage by
# default? Reasons not to, are if the storage is marked # default? Reasons not to, are if the storage is marked
# readonly or sharable, or is in use by another VM. # readonly or shareable, or is in use by another VM.
default = False default = False
definfo = None definfo = None