From 39ede12aa5b27376341df85bc9ec254913f044bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonin=20D=C3=A9cimo?= Date: Tue, 12 Jan 2021 22:15:42 +0100 Subject: Fix misspells MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Antonin Décimo --- mesonbuild/dependencies/boost.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesonbuild/dependencies/boost.py') diff --git a/mesonbuild/dependencies/boost.py b/mesonbuild/dependencies/boost.py index d12f37c..8fb258e 100644 --- a/mesonbuild/dependencies/boost.py +++ b/mesonbuild/dependencies/boost.py @@ -601,7 +601,7 @@ class BoostDependency(ExternalDependency): libs = [x for x in libs if x.nvsuffix != 'dll'] # Only link to import libraries # Only filter by debug when we are building in release mode. Debug - # libraries are automatically prefered through sorting otherwise. + # libraries are automatically preferred through sorting otherwise. if not self.debug: libs = [x for x in libs if not x.debug] -- cgit v1.1