mirror of https://gitee.com/openkylin/libvirt.git
meson: Fix typo backand -> backend
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
e72a4a7f01
commit
0a47d72103
|
@ -74,7 +74,7 @@ option('secdriver_selinux', type: 'feature', value: 'auto', description: 'use SE
|
|||
|
||||
|
||||
# storage driver options
|
||||
option('storage_dir', type: 'feature', value: 'auto', description: 'directory backand for the storage driver')
|
||||
option('storage_dir', type: 'feature', value: 'auto', description: 'directory backend for the storage driver')
|
||||
option('storage_disk', type: 'feature', value: 'auto', description: 'GPartd Disk backend for the storage driver')
|
||||
option('storage_fs', type: 'feature', value: 'auto', description: 'FileSystem backend for the storage driver')
|
||||
option('storage_gluster', type: 'feature', value: 'auto', description: 'Gluster backend for the storage driver')
|
||||
|
|
Loading…
Reference in New Issue