diff options
author | HiPhish <hiphish@posteo.de> | 2023-04-09 20:00:51 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2023-04-11 17:10:01 +0300 |
commit | 439a61affab391d44341ac3113592698abd4143b (patch) | |
tree | 6fd31f98446f2aaf7d4f7062f102abbf23f021fb /unittests | |
parent | a912193fd8ed5e673009e879c088aa70b297811a (diff) | |
download | meson-439a61affab391d44341ac3113592698abd4143b.zip meson-439a61affab391d44341ac3113592698abd4143b.tar.gz meson-439a61affab391d44341ac3113592698abd4143b.tar.bz2 |
Change "can not" to "cannot" throughout project
The word "cannot" expresses inability to do something whereas "can not"
expresses the ability to refrain from doing something.
Diffstat (limited to 'unittests')
-rw-r--r-- | unittests/machinefiletests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/machinefiletests.py b/unittests/machinefiletests.py index d2c3c0a..235d7dc 100644 --- a/unittests/machinefiletests.py +++ b/unittests/machinefiletests.py @@ -719,7 +719,7 @@ class CrossFileTests(BasePlatformTests): # The test uses mocking and thus requires that the current process is the # one to run the Meson steps. If we are using an external test executable # (most commonly in Debian autopkgtests) then the mocking won't work. - @skipIf('MESON_EXE' in os.environ, 'MESON_EXE is defined, can not use mocking.') + @skipIf('MESON_EXE' in os.environ, 'MESON_EXE is defined, cannot use mocking.') def test_cross_file_system_paths(self): if is_windows(): raise SkipTest('system crossfile paths not defined for Windows (yet)') |