From 223858fd7d138dfbac3098a4a05fff1f1e0e0429 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Mon, 5 Apr 2021 10:23:15 -0700 Subject: [PATCH] environment: fix typos in comment --- mesonbuild/environment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesonbuild/environment.py b/mesonbuild/environment.py index 7c9e1ff3c..68354b841 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.