diff options
author | Edward Betts <edward@4angle.com> | 2018-01-19 09:16:02 +0000 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-01-19 15:53:00 +0200 |
commit | bdfcecd2c6337cc9ebc3256abadafe0d47b90a8d (patch) | |
tree | 4e1f8f97472a765f0a5d6b9213b9f7891c18bc1b /mesonbuild/environment.py | |
parent | a941ba219c57b49cc81338a4ff1f31e9d5cd7ee9 (diff) | |
download | meson-bdfcecd2c6337cc9ebc3256abadafe0d47b90a8d.zip meson-bdfcecd2c6337cc9ebc3256abadafe0d47b90a8d.tar.gz meson-bdfcecd2c6337cc9ebc3256abadafe0d47b90a8d.tar.bz2 |
Correct spelling mistakes.
Diffstat (limited to 'mesonbuild/environment.py')
-rw-r--r-- | mesonbuild/environment.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/environment.py b/mesonbuild/environment.py index e5aa43e..53bba60 100644 --- a/mesonbuild/environment.py +++ b/mesonbuild/environment.py @@ -968,7 +968,7 @@ class CrossBuildInfo: def get_properties(self): return self.config['properties'] - # Wehn compiling a cross compiler we use the native compiler for everything. + # When compiling a cross compiler we use the native compiler for everything. # But not when cross compiling a cross compiler. def need_cross_compiler(self): return 'host_machine' in self.config |