aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2022-11-11 16:37:31 +0000
committerEli Schwartz <eschwartz93@gmail.com>2022-11-11 11:52:28 -0500
commitf9328f7757991c45dd502c35fef9991ffeafe97a (patch)
tree23d8dbe794400f268ab0689f8abcd20a59e742c4
parent3336cc8b27cb0ece5d699b7329669ce13be76f61 (diff)
downloadmeson-f9328f7757991c45dd502c35fef9991ffeafe97a.zip
meson-f9328f7757991c45dd502c35fef9991ffeafe97a.tar.gz
meson-f9328f7757991c45dd502c35fef9991ffeafe97a.tar.bz2
Fix typo in dependency() 'names' docstring [skip ci]
-rw-r--r--docs/yaml/functions/dependency.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/yaml/functions/dependency.yaml b/docs/yaml/functions/dependency.yaml
index d35cd2e..ad4e66e 100644
--- a/docs/yaml/functions/dependency.yaml
+++ b/docs/yaml/functions/dependency.yaml
@@ -66,7 +66,7 @@ varargs:
since: 0.60.0
min_varargs: 1
description: |
- The names of the dependency too look up. The dependencies are looked up in
+ The names of the dependency to look up. The dependencies are looked up in
the order they are provided here. The first found dependency will then be
used. The fallback subproject will be used only if none of the names are
found on the system. Once one of the name has been found, all other names