From 7685d49b047aae1dfb80d355a5dd833c84d43dca Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Mon, 14 Oct 2019 22:46:03 -0700 Subject: environment: Add missing space between words --- mesonbuild/environment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesonbuild/environment.py b/mesonbuild/environment.py index 16c774dce..c75077a45 100644 --- a/mesonbuild/environment.py +++ b/mesonbuild/environment.py @@ -352,7 +352,7 @@ def detect_cpu_family(compilers: CompilersDict) -> str: if trial not in known_cpu_families: mlog.warning('Unknown CPU family {!r}, please report this at ' - 'https://github.com/mesonbuild/meson/issues/new with the' + 'https://github.com/mesonbuild/meson/issues/new with the ' 'output of `uname -a` and `cat /proc/cpuinfo`'.format(trial)) return trial -- cgit v1.2.3