From 3a991695b5520ee90f349bddb6070bd4ea18c5c1 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Fri, 12 Jun 2020 16:03:48 +0200 Subject: [PATCH] meson_options: really fix the typo Sigh, check your patch, even if it appears to be tiny. --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 960f5ba0a3..c6f749e1f7 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -251,7 +251,7 @@ option('libmount', option('vnc-server', type : 'boolean', value : false, - description : 'VNc server support in efl for multiseat testing' + description : 'VNC server support in efl for multiseat testing' ) option('v4l2',