From 5f83b951ac7e0e6bbd766a9bb860283e32808c90 Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Thu, 4 May 2017 13:46:26 +0100 Subject: [PATCH] meson: Fix typo in xephyr option description Reviewed-by: Adam Jackson Signed-off-by: Jon Turney --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index b89fdaa2c..a5d7de6f4 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,7 +1,7 @@ option('xorg', type: 'combo', choices: ['yes', 'no', 'auto'], value: 'auto', description: 'Enable Xorg X Server') option('xephyr', type: 'boolean', value: false, - description: 'Enable Xephyr nexted X server') + description: 'Enable Xephyr nested X server') option('xwayland', type: 'combo', choices: ['yes', 'no', 'auto'], value: 'auto', description: 'Enable XWayland X server') option('glamor', type: 'combo', choices: ['yes', 'no', 'auto'], value: 'auto',