From bbba09aaded9853eb23375bb77c7845f06dd20c3 Mon Sep 17 00:00:00 2001 From: Daniel Zaoui Date: Thu, 10 Jan 2019 21:29:04 +0200 Subject: [PATCH] meson: correct option description Copy-paste has done its work here :-) Change-Id: Id69ef0193e3282d01b7819e9a40d8cfd301a3cc9 --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 47822c2..af3b87a 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -97,7 +97,7 @@ option('build-examples', option('build-tests', type : 'boolean', value : true, - description : 'build examples' + description : 'build tests' ) option('crypto', -- 2.7.4