From 63c270ae6cf50af8b0ef345d31dad864a250d442 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Fri, 12 Jun 2020 16:02:43 +0200 Subject: [PATCH] meson_options: fix typo in option description --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 432a8b3bcf..960f5ba0a3 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -251,7 +251,7 @@ option('libmount', option('vnc-server', type : 'boolean', value : false, - description : 'VNS server support in efl for multiseat testing' + description : 'VNc server support in efl for multiseat testing' ) option('v4l2',