From: Bryce Harrington Date: Thu, 27 Sep 2018 04:46:09 +0000 (+0900) Subject: Fixes a spelling and some minor formatting. X-Git-Tag: submit/tizen/20181129.071502~51 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3df7886b6d84d1f134d1f57ae9cac86da0df3310;p=platform%2Fcore%2Fuifw%2Flottie-player.git Fixes a spelling and some minor formatting. Change-Id: Ie6a0f4706eae8cf87335aaeabec2b66050109ef0 --- diff --git a/meson_options.txt b/meson_options.txt index c2c548f..f1463c8 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -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')