From c5607bfbd0f4b393eba1db24aa85abb75581fbba Mon Sep 17 00:00:00 2001 From: Jason Pleau Date: Thu, 17 Aug 2017 05:06:13 -0400 Subject: [PATCH] meson_options: fix typo in 'Timings' (#652) --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index cbcde78c..8ccef91a 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -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')