aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2017-11-26 05:55:40 +0000
committerJosh Soref <jsoref@users.noreply.github.com>2017-11-26 05:55:40 +0000
commit49f8d28ef5dad5714b9837e6bace31c454b751b0 (patch)
tree636568fe5f799c2bcf3ebbba776483a42b81efca /run_unittests.py
parent9dd4f047af292af8f46558d52fb1bcee74207553 (diff)
downloadmeson-49f8d28ef5dad5714b9837e6bace31c454b751b0.zip
meson-49f8d28ef5dad5714b9837e6bace31c454b751b0.tar.gz
meson-49f8d28ef5dad5714b9837e6bace31c454b751b0.tar.bz2
spelling: overridden
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-xrun_unittests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_unittests.py b/run_unittests.py
index fe75074..be5ce47 100755
--- a/run_unittests.py
+++ b/run_unittests.py
@@ -1958,7 +1958,7 @@ class LinuxlikeTests(BasePlatformTests):
# Verify that -I flags from the `args` kwarg are first
# This is set in the '43 has function' test case
self.assertEqual(cmd[1], '-I/tmp')
- # Verify that -O3 set via the environment is overriden by -O0
+ # Verify that -O3 set via the environment is overridden by -O0
Oargs = [arg for arg in cmd if arg.startswith('-O')]
self.assertEqual(Oargs, [Oflag, '-O0'])