From 439a61affab391d44341ac3113592698abd4143b Mon Sep 17 00:00:00 2001 From: HiPhish Date: Sun, 9 Apr 2023 20:00:51 +0200 Subject: 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. --- docs/markdown/Unit-tests.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/markdown/Unit-tests.md') diff --git a/docs/markdown/Unit-tests.md b/docs/markdown/Unit-tests.md index 664f99e3e..36fbdcfc1 100644 --- a/docs/markdown/Unit-tests.md +++ b/docs/markdown/Unit-tests.md @@ -61,7 +61,7 @@ your build directory. ## Parallelism To reduce test times, Meson will by default run multiple unit tests in -parallel. It is common to have some tests which can not be run in +parallel. It is common to have some tests which cannot be run in parallel because they require unique hold on some resource such as a file or a D-Bus name. You have to specify these tests with a keyword argument. @@ -106,7 +106,7 @@ completed. ## Skipped tests and hard errors -Sometimes a test can only determine at runtime that it can not be run. +Sometimes a test can only determine at runtime that it cannot be run. For the default `exitcode` testing protocol, the GNU standard approach in this case is to exit the program with error code 77. Meson will -- cgit v1.2.3