diff options
| author | Martin Kelly <mkelly@xevo.com> | 2018-04-24 17:17:55 -0700 |
|---|---|---|
| committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2018-05-30 18:29:16 +0000 |
| commit | b6995aac709e7eeb2626a3d023cfde3ad9999d95 (patch) | |
| tree | 91c8b216ae13e8b3731a526aeef5bd0a8c8fd777 | |
| parent | c87c42b736197b726f3cca47e92bc836c773085e (diff) | |
| download | meson-b6995aac709e7eeb2626a3d023cfde3ad9999d95.tar.gz | |
run_unittests: typo fix
| -rwxr-xr-x | run_unittests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_unittests.py b/run_unittests.py index fb9fb0306..552769baf 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -3303,7 +3303,7 @@ class RewriterTests(unittest.TestCase): def unset_envs(): - # For unit tests we must fully control all commend lines + # For unit tests we must fully control all command lines # so that there are no unexpected changes coming from the # environment, for example when doing a package build. varnames = ['CPPFLAGS', 'LDFLAGS'] + list(mesonbuild.environment.cflags_mapping.values()) |
