aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2021-04-05 10:23:15 -0700
committerDylan Baker <dylan@pnwbakers.com>2021-04-06 16:09:13 -0700
commit223858fd7d138dfbac3098a4a05fff1f1e0e0429 (patch)
tree57c618522efc9d5203c66ac6fbc490f36bbeb1ed
parentfdde948ca1521f03d9495f3fec862063862af2b4 (diff)
downloadmeson-223858fd7d138dfbac3098a4a05fff1f1e0e0429.zip
meson-223858fd7d138dfbac3098a4a05fff1f1e0e0429.tar.gz
meson-223858fd7d138dfbac3098a4a05fff1f1e0e0429.tar.bz2
environment: fix typos in comment
-rw-r--r--mesonbuild/environment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/environment.py b/mesonbuild/environment.py
index 7c9e1ff..68354b8 100644
--- a/mesonbuild/environment.py
+++ b/mesonbuild/environment.py
@@ -662,7 +662,7 @@ class Environment:
self.options[key.as_build()] = value
self._load_machine_file_options(config, properties.host, MachineChoice.HOST)
else:
- # IF we aren't cross compiling, but we hav ea native file, the
+ # If we aren't cross compiling, but we have a native file, the
# native file is for the host. This is due to an mismatch between
# meson internals which talk about build an host, and external
# interfaces which talk about native and cross.