diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2020-05-29 11:36:06 -0400 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.com> | 2020-07-01 09:51:57 -0400 |
commit | fba796cf1312715b8b97dcb80a4b5c200332b2e8 (patch) | |
tree | 74585a8b8bcaa8c22340b7f2069c3282cd68eca8 /docs/markdown | |
parent | f08eed37cb69ba0d793c0f1d086eaef7f25c2ea3 (diff) | |
download | meson-fba796cf1312715b8b97dcb80a4b5c200332b2e8.zip meson-fba796cf1312715b8b97dcb80a4b5c200332b2e8.tar.gz meson-fba796cf1312715b8b97dcb80a4b5c200332b2e8.tar.bz2 |
Fix typo: coma->comma
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Wrap-dependency-system-manual.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Wrap-dependency-system-manual.md b/docs/markdown/Wrap-dependency-system-manual.md index dd8595b..c96c73a 100644 --- a/docs/markdown/Wrap-dependency-system-manual.md +++ b/docs/markdown/Wrap-dependency-system-manual.md @@ -148,7 +148,7 @@ When a wrap file provides the dependency `foo` any call do `dependency('foo')` will automatically fallback to that subproject even if no `fallback` keyword argument is given. It is recommended for subprojects to call `meson.override_dependency('foo', foo_dep)`, dependency name can then be added into -the special `dependency_names` entry which takes coma separated list of dependency +the special `dependency_names` entry which takes comma separated list of dependency names. For backward compatibility with subprojects that does not call `meson.override_dependency()`, the variable name can be provided in the wrap file with entries in the format `dependency_name = variable_name`, |