meson_options: fix typo in 'Timings' (#652)

This commit is contained in:
Jason Pleau 2017-08-17 05:06:13 -04:00 committed by Dave Davenport
parent fb8f56dab3
commit c5607bfbd0
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
option('enable-drun', type: 'boolean', value: true, description: 'Desktop file mode')
option('enable-window', type: 'boolean', value: true, description: 'Window switcher mode')
option('enable-timings', type: 'boolean', value: false, description: 'Timimngs output')
option('enable-timings', type: 'boolean', value: false, description: 'Timings output')
option('enable-asan', type: 'boolean', value: false, description: 'Address sanitizer')
option('enable-check', type: 'boolean', value: true, description: 'Build and run libcheck-based tests')