aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/environment.py
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2019-10-14 22:46:03 -0700
committerJussi Pakkanen <jpakkane@gmail.com>2019-10-15 21:47:58 +0300
commit7685d49b047aae1dfb80d355a5dd833c84d43dca (patch)
tree78befddab45cc9947a655053fd8ec35787e6bd6f /mesonbuild/environment.py
parent20519a0e1a3f30ea0140dc684ea76ddd26f69642 (diff)
downloadmeson-7685d49b047aae1dfb80d355a5dd833c84d43dca.zip
meson-7685d49b047aae1dfb80d355a5dd833c84d43dca.tar.gz
meson-7685d49b047aae1dfb80d355a5dd833c84d43dca.tar.bz2
environment: Add missing space between words
Diffstat (limited to 'mesonbuild/environment.py')
-rw-r--r--mesonbuild/environment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/environment.py b/mesonbuild/environment.py
index 16c774d..c75077a 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