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 /docs/markdown/Compiler-properties.md | |
| parent | a912193fd8ed5e673009e879c088aa70b297811a (diff) | |
| download | meson-439a61affab391d44341ac3113592698abd4143b.tar.gz | |
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 'docs/markdown/Compiler-properties.md')
| -rw-r--r-- | docs/markdown/Compiler-properties.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Compiler-properties.md b/docs/markdown/Compiler-properties.md index de28d9b34..6d04c8bd7 100644 --- a/docs/markdown/Compiler-properties.md +++ b/docs/markdown/Compiler-properties.md @@ -228,4 +228,4 @@ has_special_flags = [[#compiler.has_argument]]('-Wspecialthing') ``` *Note*: some compilers silently swallow command line arguments they do -not understand. Thus this test can not be made 100% reliable. +not understand. Thus this test cannot be made 100% reliable. |
