[libvirt PATCH] meson: Fix typo backand -> backend

Andrea Bolognani posted 1 patch 3 years, 8 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20200818190218.25338-1-abologna@redhat.com
meson_options.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt PATCH] meson: Fix typo backand -> backend
Posted by Andrea Bolognani 3 years, 8 months ago
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
---
Pushed as trivial.

 meson_options.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson_options.txt b/meson_options.txt
index 1313effd09..1d19094e2e 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -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')
-- 
2.26.2