diff options
| author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-05-19 11:00:44 +0200 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2022-05-19 07:18:43 -0400 |
| commit | 8afdecb039c927b5ddea6533789d956dd51a7882 (patch) | |
| tree | 3387de74e912ea3c4dce03c61d37e777f2f1edd7 /test cases/common/62 string arithmetic | |
| parent | 087e7943d0e4210b3edb40e075189e4e40ba5f52 (diff) | |
| download | meson-8afdecb039c927b5ddea6533789d956dd51a7882.tar.gz | |
Reword message in warning
"targetting" is verb-derived adjective, which sort-of-works here, but
makes the whole sentence awkward, because there's no verb. Let's just
use present simple.
Diffstat (limited to 'test cases/common/62 string arithmetic')
| -rw-r--r-- | test cases/common/62 string arithmetic/test.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/common/62 string arithmetic/test.json b/test cases/common/62 string arithmetic/test.json index 62eed02d1..5a11650d6 100644 --- a/test cases/common/62 string arithmetic/test.json +++ b/test cases/common/62 string arithmetic/test.json @@ -1,7 +1,7 @@ { "stdout": [ { - "line": "test cases/common/62 string arithmetic/meson.build:25: WARNING: Project targeting '>=0.62.0' but uses feature introduced in '0.63.0': multiline format strings." + "line": "test cases/common/62 string arithmetic/meson.build:25: WARNING: Project targets '>=0.62.0' but uses feature introduced in '0.63.0': multiline format strings." } ] } |
