]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
meson: Fix typo backand -> backend
authorAndrea Bolognani <abologna@redhat.com>
Tue, 18 Aug 2020 19:01:15 +0000 (21:01 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 18 Aug 2020 19:01:45 +0000 (21:01 +0200)
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
meson_options.txt

index 1313effd09e88ac242fcae88c1a70d25bbbb761f..1d19094e2e02f83d217c549f590439ce8acaefa8 100644 (file)
@@ -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')