Fixes a spelling and some minor formatting.
authorBryce Harrington <bryce@bryceharrington.org>
Thu, 27 Sep 2018 04:46:09 +0000 (13:46 +0900)
committerHermet Park <hermetpark@gmail.com>
Thu, 27 Sep 2018 04:46:31 +0000 (13:46 +0900)
Change-Id: Ie6a0f4706eae8cf87335aaeabec2b66050109ef0

meson_options.txt

index c2c548f..f1463c8 100644 (file)
@@ -1,32 +1,32 @@
 option('test',
    type: 'boolean',
    value: false,
-   description: 'enable unit test')
+   description: 'Enable building unit tests')
 
 option('example',
    type: 'boolean',
    value: true,
-   description: 'enable example')
+   description: 'Enable building examples')
 
 option('text',
    type: 'boolean',
    value: false,
-   description: 'enable text module')
+   description: 'Enable text module')
 
 
 option('asan',
    type: 'boolean',
    value: false,
-   description: 'enable adress sanitizer')
+   description: 'Enable address sanitizer')
 
 
 option('msan',
    type: 'boolean',
    value: false,
-   description: 'enable memory sanitizer')
+   description: 'Enable memory sanitizer')
 
 
 option('tsan',
    type: 'boolean',
    value: false,
-   description: 'enable thread sanitizer')
+   description: 'Enable thread sanitizer')