summaryrefslogtreecommitdiff
path: root/test cases/common/62 string arithmetic
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-05-19 11:00:44 +0200
committerEli Schwartz <eschwartz93@gmail.com>2022-05-19 07:18:43 -0400
commit8afdecb039c927b5ddea6533789d956dd51a7882 (patch)
tree3387de74e912ea3c4dce03c61d37e777f2f1edd7 /test cases/common/62 string arithmetic
parent087e7943d0e4210b3edb40e075189e4e40ba5f52 (diff)
downloadmeson-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.json2
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."
}
]
}