summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJason Pleau <jason@jpleau.ca>2017-08-17 05:06:13 -0400
committerDave Davenport <DaveDavenport@users.noreply.github.com>2017-08-17 11:06:13 +0200
commitc5607bfbd0f4b393eba1db24aa85abb75581fbba (patch)
tree6d008fda3a5532956ae60ea8959b325ffe690b19 /meson_options.txt
parentfb8f56dab3f8d2d1eaa54e33b1c4873af5473983 (diff)
meson_options: fix typo in 'Timings' (#652)
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
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')