diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2017-05-04 17:53:04 +1000 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-05-04 22:09:27 +0300 |
commit | ca924451ac257d4b410d5da33d9354d195490237 (patch) | |
tree | e4ce98c8f8ba4a9b0cc00ebdf98de8672be82de5 /run_unittests.py | |
parent | fe85721e7e97260b24da3911b4265535116b55cd (diff) | |
download | meson-ca924451ac257d4b410d5da33d9354d195490237.zip meson-ca924451ac257d4b410d5da33d9354d195490237.tar.gz meson-ca924451ac257d4b410d5da33d9354d195490237.tar.bz2 |
Use American English: behaviour -> behavior
Diffstat (limited to 'run_unittests.py')
-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 1d80aac..d285e6a 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -1246,7 +1246,7 @@ class LinuxlikeTests(BasePlatformTests): raise unittest.SkipTest('QMake not found') # For some inexplicable reason qmake --version gives different # results when run from the command line vs invoked by Python. - # Check for both cases in case this behaviour changes in the future. + # Check for both cases in case this behavior changes in the future. output = subprocess.getoutput(['qmake', '--version']) if 'Qt version 5' not in output and 'qt5' not in output: raise unittest.SkipTest('Qmake found, but it is not for Qt 5.') |