From 49f8d28ef5dad5714b9837e6bace31c454b751b0 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 26 Nov 2017 05:55:40 +0000 Subject: spelling: overridden --- run_unittests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run_unittests.py') 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']) -- cgit v1.1