Skip to content

Commit

Permalink
environment: Add missing space between words
Browse files Browse the repository at this point in the history
  • Loading branch information
mattst88 authored and jpakkane committed Oct 15, 2019
1 parent 20519a0 commit 7685d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesonbuild/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7685d49

Please sign in to comment.