[PATCH xserver 4/4] meson: Fix typo in xephyr option description
Jon Turney
jon.turney at dronecode.org.uk
Thu May 4 12:46:26 UTC 2017
Signed-off-by: Jon Turney <jon.turney at dronecode.org.uk>
---
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',
--
2.12.2
More information about the xorg-devel
mailing list