From b6995aac709e7eeb2626a3d023cfde3ad9999d95 Mon Sep 17 00:00:00 2001 From: Martin Kelly Date: Tue, 24 Apr 2018 17:17:55 -0700 Subject: run_unittests: typo fix --- run_unittests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_unittests.py b/run_unittests.py index fb9fb03..552769b 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()) -- cgit v1.1