From f037e7ef4538b37625c0893d32cad36e72648c8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20St=C3=B6ggl?= Date: Wed, 6 Nov 2019 14:49:00 +0100 Subject: Fix typos found by codespell - Typos were found by codespell v1.16.0 --- mesonbuild/envconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesonbuild/envconfig.py') diff --git a/mesonbuild/envconfig.py b/mesonbuild/envconfig.py index 716ee91..1adb08d 100644 --- a/mesonbuild/envconfig.py +++ b/mesonbuild/envconfig.py @@ -350,7 +350,7 @@ This is probably wrong, it should always point to the native compiler.''' % evar First tries looking in explicit map, then tries environment variable. """ - # Try explict map, don't fall back on env var + # Try explicit map, don't fall back on env var command = self.binaries.get(name) if command is not None: command = mesonlib.stringlistify(command) -- cgit v1.1