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',