Fix small misspellings

This commit is contained in:
Antonin Décimo
2019-01-28 10:58:14 +01:00
parent 198dcdb987
commit 8366310daf
5 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@ option('regex', type: 'boolean', value: true, description: 'Enable regex support
option('vsync_drm', type: 'boolean', value: false, description: 'Enable support for using drm for vsync')
option('opengl', type: 'boolean', value: true, description: 'Enable features that require opengl (opengl backend, and opengl vsync methods)')
option('dbus', type: 'boolean', value: true, description: 'Enable suport for D-Bus remote control')
option('dbus', type: 'boolean', value: true, description: 'Enable support for D-Bus remote control')
option('xrescheck', type: 'boolean', value: false, description: 'Enable X resource leak checker (for debug only)')